Skip to content

Commit 22cca8d

Browse files
committed
Fix import
1 parent 855a4f0 commit 22cca8d

File tree

1 file changed

+1
-1
lines changed
  • django-user-management/user_auth_intro/users

1 file changed

+1
-1
lines changed

django-user-management/user_auth_intro/users/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.urls import include, path
2-
from . import views
32

3+
from . import views
44

55
urlpatterns = [
66
path("accounts/", include("django.contrib.auth.urls")),

0 commit comments

Comments
 (0)