Oops, use the standalone urls config :)

This commit is contained in:
Timothy Hobbs 2023-10-23 14:20:44 +02:00
parent d1cce7caad
commit 8be4adb756

View File

@ -65,7 +65,7 @@ MIDDLEWARE = [
"whitenoise.middleware.WhiteNoiseMiddleware",
]
ROOT_URLCONF = 'demo.demodesk.config.urls'
ROOT_URLCONF = 'standalone.config.urls'
TEMPLATES = [
{