Guest User

Untitled

a guest
Aug 7th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. TEMPLATES = [
  2.     {
  3.         'BACKEND': 'django.template.backends.django.DjangoTemplates',
  4.         'APP_DIRS': True,
  5.         'DIRS': ['my_templates']
  6.     },
  7. ]
Advertisement
Add Comment
Please, Sign In to add comment