Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Aug 17, 2024
1 parent a397fe9 commit 5b6edb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions locallibrary/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from django.conf import settings
from django.conf.urls.static import static


urlpatterns+= static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)


Expand All @@ -45,7 +44,7 @@
path('', RedirectView.as_view(url='/catalog/', permanent=True)),
]

from .import views
from . import views

# Add Django site authentication urls (for login, logout, password management)
urlpatterns += [
Expand Down

0 comments on commit 5b6edb2

Please sign in to comment.