From c2600767903fe0b0de2a6a92eb0663c617c12fab Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 13 Oct 2024 12:38:20 -0300 Subject: [PATCH] docker: remove fixture import --- docker/prod/django/start | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/prod/django/start b/docker/prod/django/start index 9af472e..ef3363a 100644 --- a/docker/prod/django/start +++ b/docker/prod/django/start @@ -8,6 +8,5 @@ set -o nounset python manage.py collectstatic --noinput python manage.py compilemessages python manage.py migrate -python manage.py loaddata ./fixtures/*.json exec gunicorn WYGIWYH.wsgi:application --bind 0.0.0.0:8000 --timeout 600