forked from extern/django-helpdesk
Set an absolute path to get the module recognized when running from root folder
This commit is contained in:
parent
2e9208116b
commit
c2276ce7e1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user