static url fix
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user