Skip to content

Instantly share code, notes, and snippets.

@wmantly
Created August 28, 2016 18:35
Show Gist options
  • Select an option

  • Save wmantly/6866bab6f28ff8714782330fe9d9bd02 to your computer and use it in GitHub Desktop.

Select an option

Save wmantly/6866bab6f28ff8714782330fe9d9bd02 to your computer and use it in GitHub Desktop.
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'APP_DIRS': True,
'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',
],
},
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment