static url fix

This commit is contained in:
2026-04-08 22:28:49 +02:00
parent 6bd9119093
commit 3683b811df
14 changed files with 71 additions and 37 deletions

View File

@@ -23,4 +23,11 @@ reportlab>=4.2
# Image handling
Pillow>=10.4
dotenv
# Environment variable loading
python-dotenv
# Production WSGI server
gunicorn>=22.0
# Serve static files directly from gunicorn (no separate web server needed)
whitenoise>=6.8