Create testproj default user in data migration

This commit is contained in:
Cristi Vîjdea
2018-12-19 10:19:57 +02:00
committed by Cristi Vijdea
parent e98876bb38
commit a7d3066677
8 changed files with 39 additions and 23 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
release: python testproj/manage.py migrate && python testproj/manage.py shell -c "import createsuperuser"
release: python testproj/manage.py migrate
web: gunicorn --chdir testproj testproj.wsgi --log-file -