We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e78f8 commit 11924f7Copy full SHA for 11924f7
1 file changed
backend/pythonbooks/pythonbooks/urls.py
@@ -18,6 +18,8 @@
18
from django.contrib import admin
19
from django.urls import path
20
21
+from django.conf import settings
22
+
23
urlpatterns = [
24
path("admin/", admin.site.urls),
25
]
0 commit comments