Move initdb into a management command
This commit is contained in:
parent
e279ae0d88
commit
8c6c28c7d8
4 changed files with 111 additions and 95 deletions
|
@ -21,5 +21,5 @@ fi
|
|||
python manage.py makemigrations fedireads
|
||||
python manage.py migrate
|
||||
|
||||
python manage.py shell < init_db.py
|
||||
python manage.py initdb
|
||||
python manage.py runserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue