remove deprecated TEMPLATE_DIRS setting

This commit is contained in:
Brian S. Stephan 2015-09-17 22:23:14 -05:00
parent 505dc8799c
commit 91594117bc
1 changed files with 0 additions and 6 deletions

View File

@ -113,12 +113,6 @@ USE_TZ = True
SITE_ID = 1
# templates
TEMPLATE_DIRS = (
os.path.join(BASE_DIR, 'templates'),
)
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.6/howto/static-files/