Skip to content

Instantly share code, notes, and snippets.

@kjmczk
Last active May 23, 2019 05:27
Show Gist options
  • Save kjmczk/9c999c57eb9e25df58c492c00f6a3223 to your computer and use it in GitHub Desktop.
Save kjmczk/9c999c57eb9e25df58c492c00f6a3223 to your computer and use it in GitHub Desktop.
Django iSettings 2 - Blog
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [os.path.join(BASE_DIR, 'templates')],
'APP_DIRS': True,
...
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment