Updated the static media url in the login excempt url list
This commit is contained in:
@@ -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/$',
|
||||
|
||||
Reference in New Issue
Block a user