Improve entrypoint and add whitenoise to deps

This commit is contained in:
2026-03-10 14:05:41 +01:00
parent 162b63cae9
commit 05bb210f62
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ figlet Proyecto MVC
echo "Running DB migrations..."
python manage.py migrate
echo "Collecting STATIC..."
yes | python manage.py collectstatic
python manage.py collectstatic --noinput
echo "Running server!"
+1
View File
@@ -39,3 +39,4 @@ tzlocal==5.3.1
urllib3==2.6.3
vine==5.1.0
wcwidth==0.6.0
whitenoise==6.12.0