Skip to content

Instantly share code, notes, and snippets.

@chompomonim
Created May 25, 2015 07:50
Show Gist options
  • Save chompomonim/d16af386dda3166b0eb5 to your computer and use it in GitHub Desktop.
Save chompomonim/d16af386dda3166b0eb5 to your computer and use it in GitHub Desktop.
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
'django.core.context_processors.request'
],
'loaders': [
('pyjade.ext.django.Loader', (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
))
]
},
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment