We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c79fa7 commit 86cfb7aCopy full SHA for 86cfb7a
backend/pythonbooks/pythonbooks/urls.py
@@ -17,6 +17,7 @@
17
18
from django.contrib import admin
19
from django.urls import path
20
+from django.conf.urls.static import static
21
22
urlpatterns = [
23
path("admin/", admin.site.urls),
0 commit comments