From 9703897a9df5a7a12dc5ebb0bb6999446304e93d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 10 Aug 2011 03:22:03 -0400 Subject: [PATCH] Updated the static media url in the login excempt url list --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index a339298c2c..eb37223b36 100644 --- a/settings.py +++ b/settings.py @@ -280,7 +280,7 @@ LOGIN_EXEMPT_URLS = ( r'^favicon\.ico$', r'^about\.html$', r'^legal/', # allow the entire /legal/* subsection - r'^%s-site_media/' % PROJECT_NAME, + r'^%s-static/' % PROJECT_NAME, r'^accounts/register/$', r'^accounts/register/complete/$',