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
- Host: GitHub
- URL: https://github.com/bbartling/unity-web-django-server
- Owner: bbartling
- Created: 2025-04-26T15:45:01.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-10-18T19:24:34.000Z (8 months ago)
- Last Synced: 2025-10-19T09:54:54.591Z (8 months ago)
- Language: JavaScript
- Homepage: https://bensapi.pythonanywhere.com/
- Size: 57.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.