From f01503eb7ef353d255827380ee320117fc50a0e6 Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Tue, 13 Aug 2024 11:17:38 +0100 Subject: [PATCH] remove flush from entrypoint file ??? --- scripts/entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index b23b7d3..6dff604 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -1,8 +1,6 @@ #!/bin/sh python manage.py collectstatic - -python manage.py flush --no-input python manage.py migrate exec "$@" \ No newline at end of file