Update make_dev_container.sh
This commit is contained in:
parent
b7aa0a4687
commit
bc0e8df665
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ if [ -e ./symposion-tools ]; then
|
|||
./fixture_to_docker.sh fixtures/????_*.json
|
||||
popd
|
||||
else
|
||||
echo Now creating a Django superuser. Please enter a
|
||||
docker exec -it symposion ./manage.py createsuperuser --username admin1 --email root@example.com
|
||||
fi
|
||||
docker exec symposion ./manage.py loaddata -v3 ./fixtures/cfp_teams_test.json
|
||||
|
|
Loading…
Reference in a new issue