Skip to content

Commit 2cefdd7

Browse files
committed
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
1 parent ce3e6c5 commit 2cefdd7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191

9292
STATIC_URL = "/"
9393

94+
WSGI_APPLICATION = "ietf.wsgi.application"
95+
9496
DAJAXICE_MEDIA_PREFIX = "dajaxice"
9597

9698
AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.RemoteUserBackend', )

0 commit comments

Comments
 (0)