fix error "ImproperlyConfigured: app_dirs must not be set when loaders is defined." [skip ci]

This commit is contained in:
Fabio C. Barrionuevo da Luz 2015-05-08 00:23:20 -03:00
parent 10156ad087
commit c3b9ffe809

View File

@ -138,8 +138,6 @@ TEMPLATES = [
'DIRS': [
str(APPS_DIR.path('templates')),
],
# See: https://docs.djangoproject.com/en/dev/ref/settings/#app-dirs
'APP_DIRS': True,
'OPTIONS': {
# See: https://docs.djangoproject.com/en/dev/ref/settings/#template-debug
'debug': DEBUG,