Add WSGI application to settings to make it use the same application
definition as live (it probably doesn't matter at the moment though) - Legacy-Id: 6979
This commit is contained in:
parent
ce3e6c59de
commit
2cefdd7410
|
@ -91,6 +91,8 @@ MEDIA_URL = 'http://www.ietf.org/'
|
|||
|
||||
STATIC_URL = "/"
|
||||
|
||||
WSGI_APPLICATION = "ietf.wsgi.application"
|
||||
|
||||
DAJAXICE_MEDIA_PREFIX = "dajaxice"
|
||||
|
||||
AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.RemoteUserBackend', )
|
||||
|
|
Loading…
Reference in a new issue