small fix in logging and supporting both granian/gunicorn
This commit is contained in:
parent
8d316f07ce
commit
411c274e56
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue