diff --git a/templates/graphite.wsgi.django17.erb b/templates/graphite.wsgi.django17.erb index f46b9fe..deb24e2 100644 --- a/templates/graphite.wsgi.django17.erb +++ b/templates/graphite.wsgi.django17.erb @@ -2,7 +2,7 @@ import os, sys sys.path.append('/var/lib/graphite/webapp') os.environ['DJANGO_SETTINGS_MODULE'] = 'graphite.settings' -from django.core.wsgi import wsgi_application +from django.core.wsgi import get_wsgi_application application = get_wsgi_application() # READ THIS