Update README.md

This commit is contained in:
starnakin 2023-12-13 13:45:29 +01:00
parent 4c3dd1be4a
commit 8e375c4805

View File

@ -22,8 +22,10 @@ pip install -r requirements.txt
```
- Setup database
```
python manage.py runserver makemigrations profiles games
python manage.py migrate profiles games
python manage.py makemigrations games
python manage.py migrate games
python manage.py makemigrations profiles
python manage.py migrate profiles
```
- Start the developpement server
```