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:
Ole Laursen 2013-12-18 13:06:39 +00:00
parent ce3e6c59de
commit 2cefdd7410

View file

@ -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', )