summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-05 00:33:54 +0100
committerGravatar Tom Willemsen2011-11-05 00:33:54 +0100
commitcb59bfad718fb4c434acd3280eba01dc734e74e4 (patch)
treef8fa84433ce610574e32fb51939953d22e29b4db /urls.py
parente533b3b82e254e2c22ed40a570b5e8b31a1f126b (diff)
parentfc51d7160df5ce97bfeba64a5af8efe2962223dd (diff)
downloaddotfiles-cb59bfad718fb4c434acd3280eba01dc734e74e4.tar.gz
dotfiles-cb59bfad718fb4c434acd3280eba01dc734e74e4.zip
Merge branch 'markdown-powered'
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index a5e253d..3b24bf7 100644
--- a/urls.py
+++ b/urls.py
@@ -15,4 +15,8 @@ urlpatterns = patterns('',
if DEBUG:
urlpatterns += patterns('',
(r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': '%s/static' % DEPLOY_PATH})
+ )
+
+urlpatterns += patterns('',
+ (r'^', include("pages.urls"))
)