From fdb3561adf81c33d7eb2daf53b7d07d3db98130c Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Sun, 13 Jul 2025 19:48:09 +0200 Subject: [PATCH] no flush --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index c47f52d..366e815 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,7 @@ then echo "PostgreSQL started" fi -python manage.py flush --no-input -python manage.py migrate +#python manage.py flush --no-input +#python manage.py migrate exec "$@"