Default value of WSGI_APPLICATION is ''

Bug #1171743 reported by Michael Nelson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
django-configglue
Fix Released
Undecided
Michael Nelson

Bug Description

Django depends on the unset value of WSGI_APPLICATION to be None, to provide the default wsgi app if a project hasn't one defined:

https://github.com/django/django/blob/master/django/core/servers/basehttp.py#L54

Currently django_configglue uses a default of '' (default for a StringOption), so that runserver errors with http://paste.ubuntu.com/5594910/

Related branches

Changed in django-configglue:
status: In Progress → Fix Committed
Changed in django-configglue:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.