Skip to content

Instantly share code, notes, and snippets.

@umutcoskun
Created December 8, 2017 19:09
Show Gist options
  • Save umutcoskun/874e1ff9f4fd5313444d90c3ab72d0e1 to your computer and use it in GitHub Desktop.
Save umutcoskun/874e1ff9f4fd5313444d90c3ab72d0e1 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.request',
],
},
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment