mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
First commit after change to SPA
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user