Skip to content

Instantly share code, notes, and snippets.

@umutcoskun
Created December 8, 2017 19:13
Show Gist options
  • Save umutcoskun/d8a9effe935b525bee7b935138a29d00 to your computer and use it in GitHub Desktop.
Save umutcoskun/d8a9effe935b525bee7b935138a29d00 to your computer and use it in GitHub Desktop.
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': ['templates'],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
# ...
'blog.context_processors.constants',
],
},
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment