Update README.md
This commit is contained in:
parent
4c3dd1be4a
commit
8e375c4805
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user