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

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


The following commit has been merged in the master branch:
commit 55426fb0b04ca6c8d9a8a8633ade81af07291026
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Jul 28 17:04:57 2010 -0400

    Favicon is viewable when logged out.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/live_studio_www/auth/middleware.py b/live_studio_www/auth/middleware.py
index c4fb183..bbab2c9 100644
--- a/live_studio_www/auth/middleware.py
+++ b/live_studio_www/auth/middleware.py
@@ -6,6 +6,7 @@ class RequireLoginMiddleware(object):
         '/admin/',
         '/media/',
         '/__debug__/',
+        '/favicon.ico',
     )
 
     def process_view(self, request, fn, *args, **kwargs):

-- 
live-studio



More information about the debian-live-changes mailing list