mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +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",
|
"whitenoise.middleware.WhiteNoiseMiddleware",
|
||||||
]
|
]
|
||||||
|
|
||||||
ROOT_URLCONF = 'demo.demodesk.config.urls'
|
ROOT_URLCONF = 'standalone.config.urls'
|
||||||
|
|
||||||
TEMPLATES = [
|
TEMPLATES = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user