An open API service indexing awesome lists of open source software.

https://github.com/bbartling/unity-web-django-server

hobby game in unity served with django
https://github.com/bbartling/unity-web-django-server

Last synced: 7 months ago
JSON representation

hobby game in unity served with django

Awesome Lists containing this project

README

          

# ๐Ÿงช Unity Physics Hub โ€” Developer Guide

```
python manage.py makemigrations games
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver 0.0.0.0:8000

```

```
python manage.py findstatic home.css
python manage.py changepassword ben
```

```bash
zip -r ../physics_hub_code.zip . \
-x "*/__pycache__/*" \
"*.pyc" "*.pyo" \
"*.sqlite3" "*.db" \
"env/*" \
"staticfiles/*" \
"media/*" \
".git/*" \
"*.log"
```

This excludes caches, virtual environments, the SQLite database and any uploaded media.