Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
3lobites committed Nov 24, 2023
1 parent 9be0543 commit 37fc3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taxi_service/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
path("admin/", admin.site.urls),
path("", include("taxi.urls", namespace="taxi")),
path("taxi/", include("taxi.urls", namespace="taxi")),
# path("accounts/", include("django.contrib.auth.urls")),
path("login/", include("django.contrib.auth.urls")),
path("accounts/", include("django.contrib.auth.urls")),
# path("login/", include("django.contrib.auth.urls")),
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)

0 comments on commit 37fc3b2

Please sign in to comment.