diff options
author | luxagraf <sng@luxagraf.net> | 2019-01-18 12:23:17 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-01-18 12:23:17 -0600 |
commit | a6360f4fda42a3f5339f66385001ea983323f00b (patch) | |
tree | ebb40cf896e7b584017172c55d4a71cfb412ccf8 /config | |
parent | fde59bfc55ae049f57f7f73599b4f9c9d2eb5224 (diff) |
cleaned up urls for work app
Diffstat (limited to 'config')
-rw-r--r-- | config/base_urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/base_urls.py b/config/base_urls.py index 7b8e75b..e212e29 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -54,7 +54,7 @@ urlpatterns = [ path(r'field-notes/', include('sketches.urls', namespace='sketches')), path(r'src/', include('src.urls', namespace='src')), path(r'figments/', include('figments.urls', namespace='figments')), - path(r'resume/', include('resume.urls', namespace='resume')), + path(r'work/', include('resume.urls', namespace='resume')), path(r'map', include('locations.urls', namespace='map')), path(r'map/', include('locations.urls', namespace='map')), path(r'', HomepageList.as_view(), name="homepage"), |