We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5527dbb commit 4889f2eCopy full SHA for 4889f2e
core/settings.py
@@ -52,6 +52,7 @@
52
"django.contrib.staticfiles",
53
54
"home",
55
+ "charts",
56
]
57
58
MIDDLEWARE = [
core/urls.py
@@ -19,5 +19,6 @@
19
urlpatterns = [
20
path('', include('home.urls')),
21
path("admin/", admin.site.urls),
22
+ path("charts/", include("charts.urls")),
23
path("", include('admin_material.urls'))
24
0 commit comments