Skip to content

Commit

Permalink
Fixed #575 — added __debug__ URL to AUTHENTICATED_EXEMPT_URLS
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Rosner <brosner@gmail.com>
  • Loading branch information
brosner committed Feb 22, 2010
1 parent 47d015d commit c42fede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pinax/projects/intranet_project/settings.py
Expand Up @@ -234,6 +234,7 @@
r"^/account/password_reset",
r"^/account/confirm_email",
r"^/openid",
r"^/__debug__",
]

DEBUG_TOOLBAR_CONFIG = {
Expand Down
1 change: 1 addition & 0 deletions pinax/projects/private_beta_project/settings.py
Expand Up @@ -223,6 +223,7 @@
r"^/account/confirm_email",
r"/openid",
r"^/waitinglist",
r"^/__debug__",
]

DEBUG_TOOLBAR_CONFIG = {
Expand Down

0 comments on commit c42fede

Please sign in to comment.