Updated the static media url in the login excempt url list

This commit is contained in:
Roberto Rosario
2011-08-10 03:22:03 -04:00
parent 41d8138d27
commit 9703897a9d

View File

@@ -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/$',