Edited readme to include blogs in makemigrations
parent
2c45101d22
commit
a351ad52df
|
@ -19,7 +19,7 @@ Within a virtualenv, run the following commands, in order:
|
|||
```bash
|
||||
pip install -r requirements.txt
|
||||
cd django
|
||||
python3 manage.py makemigrations journal cms uploads
|
||||
python3 manage.py makemigrations journal cms uploads blog
|
||||
python3 manage.py migrate
|
||||
python3 manage.py createsuperuser
|
||||
python3 manage.py loaddata initial_fixtures.json
|
||||
|
|
Loading…
Reference in New Issue