|
|
|
|
@ -37,6 +37,11 @@ services:
|
|
|
|
|
python manage.py loaddata fixtures/post_pvz_groups.json &&
|
|
|
|
|
python manage.py loaddata fixtures/otherobjectscategorys.json &&
|
|
|
|
|
python manage.py loaddata fixtures/otherobjectsgroups.json &&
|
|
|
|
|
python manage.py delete_views &&
|
|
|
|
|
python manage.py create_procedures &&
|
|
|
|
|
python manage.py migrate &&
|
|
|
|
|
python manage.py create_views &&
|
|
|
|
|
python manage.py kill_update &&
|
|
|
|
|
python manage.py runserver 0.0.0.0:${DJANGO_PORT}"
|
|
|
|
|
environment:
|
|
|
|
|
<<: [*postgres-variables, *django-variables, *frontend-variables]
|
|
|
|
|
|