chore: upgrade deps

This commit is contained in:
2026-03-05 09:53:21 +01:00
parent 48b53d851a
commit be87ab4fa1
13 changed files with 3974 additions and 59 deletions
-2
View File
@@ -12,10 +12,8 @@ python manage.py compilemessages
python manage.py build_tailwind_theme
if [ $RUN_SERVER = "TRUE" ]; then
service nginx start
uvicorn --workers $ASGI_WORKERS --host $ASGI_HOST --port $ASGI_PORT config.asgi:application
elif [ $RUN_CELERY = "TRUE" ]; then
service nginx stop
celery -A config worker
else
echo "You have to set RUN_CELERY or RUN_SERVER to TRUE"