diff options
author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2010-04-08 19:38:06 +0000 |
---|---|---|
committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2010-04-08 19:38:06 +0000 |
commit | a56af9c9d33ef32da5492247d776ceeef867a408 (patch) | |
tree | cad267150e6c5ac524a67207c46e1b2664da62ba /papillon/urls.py | |
parent | 95729368a48257b110ea33dfb005785f8ed6734f (diff) | |
download | Papillon-a56af9c9d33ef32da5492247d776ceeef867a408.tar.bz2 Papillon-a56af9c9d33ef32da5492247d776ceeef867a408.zip |
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.py | 2 |
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')), |