1
0
Fork 0

Move initdb into a management command

This commit is contained in:
Jim Fingal 2020-11-08 10:29:33 -08:00
parent e279ae0d88
commit 8c6c28c7d8
4 changed files with 111 additions and 95 deletions

View file

@ -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