summaryrefslogtreecommitdiff
path: root/app/resume
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-12-03 08:48:38 -0500
committerluxagraf <sng@luxagraf.net>2015-12-03 08:48:38 -0500
commit99ccbac9e4b96524aa33b5005ce3f7aa029126f6 (patch)
treebade3b623dad0dbb1240a5e2378030c8a89056ad /app/resume
parent101eeecf9a562c544a27c08d988f58658b8bc2b4 (diff)
added namespace to all urls via the new app_name param in url files as
per django 1.10
Diffstat (limited to 'app/resume')
-rw-r--r--app/resume/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/resume/urls.py b/app/resume/urls.py
index 3e113e8..ce9c435 100644
--- a/app/resume/urls.py
+++ b/app/resume/urls.py
@@ -3,6 +3,8 @@ from django.views.generic.base import RedirectView
from . import views
+app_name = "resume"
+
urlpatterns = [
url(
r'pubs/(?P<page>\d+)/$',