Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Olevsky-Ivan committed Sep 26, 2024
1 parent 12525f9 commit 543043f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accounts/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from django.urls import path, include

from accounts.views import login, logout_view


urlpatterns = [
path("", login, namespace=login),
]

0 comments on commit 543043f

Please sign in to comment.