aboutsummaryrefslogtreecommitdiffstats
path: root/src/account/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/urls.py')
-rw-r--r--src/account/urls.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/account/urls.py b/src/account/urls.py
index 6ce2115..85f0f1a 100644
--- a/src/account/urls.py
+++ b/src/account/urls.py
@@ -26,7 +26,18 @@ Including another URLconf
"""
from django.conf.urls import url
-from account.views import *
+from account.views import (
+ AccountSettingsView,
+ JiraAuthenticatedView,
+ JiraLoginView,
+ JiraLogoutView,
+ UserListView,
+ account_resource_view,
+ account_booking_view,
+ account_images_view,
+ account_configuration_view,
+ account_detail_view
+)
app_name = "account"
urlpatterns = [