mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Remove load fixtures signal on migrate, add load command to docker compose, add DEBUG env check to load.py
This commit is contained in:
parent
7b8eee7b2f
commit
9ca424d30c
3 changed files with 10 additions and 15 deletions
|
@ -54,6 +54,7 @@ services:
|
|||
# command: "python"
|
||||
command: >
|
||||
bash -c " python manage.py migrate &&
|
||||
python manage.py load &&
|
||||
python manage.py runserver 0.0.0.0:8080"
|
||||
|
||||
db:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue