Browse Source

update the WSGI script for django 1.7

Natenom/support-murmur-13-1446181288462
Michael Ziegler 10 years ago
parent
commit
98bbf7caee
  1. 5
      mumble-django.wsgi

5
mumble-django.wsgi

@ -25,6 +25,5 @@ os.environ['DJANGO_SETTINGS_MODULE'] = 'pyweb.settings'
# WSGI handler
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()
Loading…
Cancel
Save