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

This reverts commit c2276ce7e1.
This commit is contained in:
Benbb96 2024-03-11 14:46:27 +01:00
parent ed321159fe
commit 21799ba142
No known key found for this signature in database

View File

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