First commit after change to SPA

This commit is contained in:
fergal.moran
2012-08-09 15:09:09 +01:00
parent 7c058a24e6
commit f2e6419180

View File

@@ -13,7 +13,7 @@ if path not in sys.path:
sys.path.append(path)
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'dss.settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()