diff options
Diffstat (limited to 'accounts/urls.py')
-rw-r--r-- | accounts/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/urls.py b/accounts/urls.py index 332a16b..a2d8541 100644 --- a/accounts/urls.py +++ b/accounts/urls.py @@ -1,4 +1,4 @@ -from django.urls import path +from django.urls import path, include from . import views |