Commit d5157187 authored by Michal Čihař's avatar Michal Čihař

Adjust example to new location

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 2dedf182
......@@ -551,7 +551,7 @@ ALLOWED_HOSTS = []
# In such case you will want to include some of the exceptions
# LOGIN_REQUIRED_URLS_EXCEPTIONS = (
# r'/accounts/(.*)$', # Required for login
# r'/media/(.*)$', # Required for development mode
# r'/static/(.*)$', # Required for development mode
# r'/widgets/(.*)$', # Allowing public access to widgets
# r'/data/(.*)$', # Allowing public access to data exports
# r'/hooks/(.*)$', # Allowing public access to notification hooks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment