Update README.md

This commit is contained in:
starnakin 2023-12-13 14:55:17 +01:00
parent 8e375c4805
commit 072c97d1c0

View File

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