Skip to content

Commit

Permalink
Ðgod help
Browse files Browse the repository at this point in the history
  • Loading branch information
roffi37 committed Nov 21, 2023
1 parent 6a561eb commit 8174778
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions accounts/urls.py

This file was deleted.

2 changes: 1 addition & 1 deletion taxi_service/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
urlpatterns = [
path("admin/", admin.site.urls),
path("", include("taxi.urls", namespace="taxi")),
path("", include("django.contrib.auth.urls"))
path("accounts/", include("django.contrib.auth.urls"))
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)

0 comments on commit 8174778

Please sign in to comment.