Created
June 13, 2012 14:45
-
-
Save markandrus/2924525 to your computer and use it in GitHub Desktop.
Fixing "TemplateSyntaxError at /admin/logout/"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Because Jinja2 is the default template loader, add any non-Jinja templated | |
| # apps here: | |
| JINGO_EXCLUDE_APPS = [ | |
| 'admin', | |
| 'registration', # Added registration | |
| 'debug_toolbar', | |
| 'debug_toolbar_user_panel', | |
| 'memcache_toolbar', | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment