mod: добавлен gunicorn (cgi) и whitenoise (отдача статики через gunicorn)

This commit is contained in:
2026-02-18 02:07:35 +03:00
parent f7e5ff8269
commit b94e31dc59
3 changed files with 59 additions and 3 deletions

View File

@@ -14,6 +14,8 @@ pillow = "^12.1.1"
pytils = "^0.4.4"
etpgrf = "^0.1.4"
django-environ = "^0.12.1"
whitenoise = "^6.11.0"
gunicorn = "^25.1.0"
[build-system]