summaryrefslogtreecommitdiffstats
path: root/dashboard/src/account/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/account/urls.py')
-rw-r--r--dashboard/src/account/urls.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/dashboard/src/account/urls.py b/dashboard/src/account/urls.py
index 6ce2115..85f0f1a 100644
--- a/dashboard/src/account/urls.py
+++ b/dashboard/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 = [