Skip to content

Instantly share code, notes, and snippets.

@ogonbat
Created July 10, 2012 20:18
Show Gist options
  • Save ogonbat/3085957 to your computer and use it in GitHub Desktop.
Save ogonbat/3085957 to your computer and use it in GitHub Desktop.
settings.py
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
# 'django.template.loaders.eggs.Loader',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment