summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-11-13 11:09:59 -0500
committerluxagraf <sng@luxagraf.net>2015-11-13 11:09:59 -0500
commit8d91fcde168b141ffa33173380e75739fdf45cd2 (patch)
tree8b9a4e493461df5bec0f60b846d0ce3e48d3f43c /config
parent92abffcc98404825324341d5ee654642364890bb (diff)
rewrote Links to make them more browse/earacble on live site and in
admin, also ported to CBVs/new build system and added back some templates for viewing. Deleted tumblr integration.
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index 9e2f628..99e9929 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -47,6 +47,10 @@ urlpatterns += patterns('',
#(r'^contact/', TemplateView.as_view(template_name='details/contact.html')),
(r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}),
url(
+ regex=r'^links/',
+ view=include('links.urls', namespace='links')
+ ),
+ url(
regex=r'^jrnl/',
view=include('jrnl.urls', namespace='jrnl')
),