mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +03: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
|
@ -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 New Issue
Block a user