small fix in logging and supporting both granian/gunicorn

This commit is contained in:
badblocks 2025-04-29 12:10:34 -07:00
parent 8d316f07ce
commit 411c274e56
2 changed files with 2 additions and 1 deletions

View file

@ -6,3 +6,4 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "django_project.settings")
# use app for granian, application for gunicorn
app = get_wsgi_application()
application = app