mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-04-29 13:34:42 +00:00
fix: add include import from django.urls
This commit is contained in:
parent
da4214ad61
commit
e144ce19fa
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
from django.conf.urls.static import static
|
||||
from django.contrib import admin
|
||||
from django.contrib.staticfiles.urls import staticfiles_urlpatterns
|
||||
from django.urls import path, re_path
|
||||
from django.urls import path, re_path, include
|
||||
from django.views.generic.base import TemplateView
|
||||
|
||||
from bookwyrm import settings, views
|
||||
|
|
Loading…
Reference in a new issue