[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:36 UTC 2010


The following commit has been merged in the master branch:
commit bce71a4da7d1a612fb7b1577e0ca5cfa6a4e931e
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 17:04:18 2010 -0400

    Serve build directory locally.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/live_studio/debug/urls.py b/live_studio/debug/urls.py
index 84049a6..f8576b3 100644
--- a/live_studio/debug/urls.py
+++ b/live_studio/debug/urls.py
@@ -8,6 +8,8 @@ if settings.DEBUG:
     urlpatterns += patterns('django.views.static',
         (r'^media/(?P<path>.*)$', 'serve',
             {'document_root': settings.MEDIA_ROOT}),
+        (r'^builds/(?P<path>.*)$', 'serve',
+            {'document_root': settings.BUILDS_DIR}),
         (r'^(?P<path>favicon.ico|robots\.txt)$', 'serve',
             {'document_root': settings.MEDIA_ROOT}),
     )

-- 
live-studio



More information about the debian-live-changes mailing list