Set an absolute path to get the module recognized when running from root folder

This commit is contained in:
Benbb96 2020-10-08 22:05:48 +02:00
parent 2e9208116b
commit c2276ce7e1

View File

@ -56,7 +56,7 @@ MIDDLEWARE = [
'django.middleware.clickjacking.XFrameOptionsMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware',
] ]
ROOT_URLCONF = 'demodesk.config.urls' ROOT_URLCONF = 'demo.demodesk.config.urls'
TEMPLATES = [ TEMPLATES = [
{ {
@ -75,7 +75,7 @@ TEMPLATES = [
}, },
] ]
WSGI_APPLICATION = 'demodesk.config.wsgi.application' WSGI_APPLICATION = 'demo.demodesk.config.wsgi.application'
# django-helpdesk configuration settings # django-helpdesk configuration settings