Skip to content
Snippets Groups Projects
Verified Commit 99ba36b8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix left-overs from dj_iconify fork

parent ea3c7766
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ TEMPLATES = [
},
]
WSGI_APPLICATION = "dj_cleavejs_server.wsgi.application"
WSGI_APPLICATION = "dj_cleavejs_example.wsgi.application"
STATIC_URL = "/static/"
STATIC_ROOT = os.path.join(BASE_DIR, "static")
......
......@@ -3,5 +3,5 @@ from django.urls import path
from .views import TestView
urlpatterns = [
path("test.html", TestView.as_html()),
path("test.html", TestView.as_view()),
]
"""
WSGI config for dj_iconify_server project.
WSGI config for dj_cleavejs_example project.
It exposes the WSGI callable as a module-level variable named ``application``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment