mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-02-12 08:19:14 +01:00
Oops, use the standalone urls config :)
This commit is contained in:
parent
d1cce7caad
commit
8be4adb756
@ -65,7 +65,7 @@ MIDDLEWARE = [
|
||||
"whitenoise.middleware.WhiteNoiseMiddleware",
|
||||
]
|
||||
|
||||
ROOT_URLCONF = 'demo.demodesk.config.urls'
|
||||
ROOT_URLCONF = 'standalone.config.urls'
|
||||
|
||||
TEMPLATES = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user