Skip to content

Instantly share code, notes, and snippets.

@markandrus
Created June 13, 2012 14:45
Show Gist options
  • Select an option

  • Save markandrus/2924525 to your computer and use it in GitHub Desktop.

Select an option

Save markandrus/2924525 to your computer and use it in GitHub Desktop.
Fixing "TemplateSyntaxError at /admin/logout/"
# 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