forked from GibCasa/GameServerSupervisor
Add setup steps in readme. and include stray changes from a template smh Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
GibCasa GameServerSupervisor
Setup
- clone the repo
- create venv
python3 -m venv venv - activate
source venv/bin/activate pip install -r requirements.txt- will need docker running
- Create admin user:
python manage.py createsuperuser python manage.py makemigrationspython manage.py migratepython manage.py runserver- visit http://localhost:8000 for /public and http://localhost:8000/admin/ to log in via the superuser credentials
Description
Languages
Python
81.5%
HTML
17.5%
Dockerfile
1%