Reload uWSGI workers when files change

This commit is contained in:
2026-02-16 12:36:39 +00:00
parent d11692e69e
commit 9ce50a3053
4 changed files with 165 additions and 1 deletions

View File

@@ -14,3 +14,4 @@ from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "app.settings")
application = get_wsgi_application()