Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Bondzik-S committed Nov 19, 2024
1 parent 433378d commit 98718d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxi_service/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
urlpatterns = [
path("admin/", admin.site.urls),
path("", include("taxi.urls", namespace="taxi")),
path("accounts/", include("django.contrib.auth.urls")),
path("accounts/", include("django.contrib.auth.urls")),
] + static(
settings.STATIC_URL,
document_root=settings.STATIC_ROOT
Expand Down

0 comments on commit 98718d6

Please sign in to comment.