We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855a4f0 commit 22cca8dCopy full SHA for 22cca8d
django-user-management/user_auth_intro/users/urls.py
@@ -1,6 +1,6 @@
1
from django.urls import include, path
2
-from . import views
3
+from . import views
4
5
urlpatterns = [
6
path("accounts/", include("django.contrib.auth.urls")),
0 commit comments