diff options
Diffstat (limited to 'src/dashboard/urls.py')
-rw-r--r-- | src/dashboard/urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dashboard/urls.py b/src/dashboard/urls.py index 60334f6..d5dad57 100644 --- a/src/dashboard/urls.py +++ b/src/dashboard/urls.py @@ -9,7 +9,8 @@ ############################################################################## -"""laas_dashboard URL Configuration +""" +laas_dashboard URL Configuration. The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/1.10/topics/http/urls/ |