mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
fix error "ImproperlyConfigured: app_dirs must not be set when loaders is defined." [skip ci]
This commit is contained in:
parent
10156ad087
commit
c3b9ffe809
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue