Remove load fixtures signal on migrate, add load command to docker compose, add DEBUG env check to load.py

This commit is contained in:
Rachid Mrad 2023-09-01 14:20:06 -04:00
parent 7b8eee7b2f
commit 9ca424d30c
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
3 changed files with 10 additions and 15 deletions

View file

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