summaryrefslogtreecommitdiff
path: root/papillon/urls.py
diff options
context:
space:
mode:
authoretienne2010-04-08 19:38:06 +0000
committeretienne2010-04-08 19:38:06 +0000
commita56af9c9d33ef32da5492247d776ceeef867a408 (patch)
treecad267150e6c5ac524a67207c46e1b2664da62ba /papillon/urls.py
parent95729368a48257b110ea33dfb005785f8ed6734f (diff)
Update the default settings to be correct with the documentation - Add the documentation file
Diffstat (limited to 'papillon/urls.py')
-rw-r--r--papillon/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/papillon/urls.py b/papillon/urls.py
index 1e35a7b..e61fc66 100644
--- a/papillon/urls.py
+++ b/papillon/urls.py
@@ -46,7 +46,7 @@ urlpatterns = patterns('',
(r'^papillon/feeds/(?P<url>.*)$',
'django.contrib.syndication.views.feed', {'feed_dict': feeds}),
(r'^papillon/static/(?P<path>.*)$', 'django.views.static.serve',
- {'document_root': 'static/'}),
+ {'document_root': '/var/local/django/papillon/papillon/static'}),
(r'^papillon/media/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': 'media/'}),
(r'^papillon/tinymce/', include('tinymce.urls')),