mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +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': [
|
'DIRS': [
|
||||||
str(APPS_DIR.path('templates')),
|
str(APPS_DIR.path('templates')),
|
||||||
],
|
],
|
||||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#app-dirs
|
|
||||||
'APP_DIRS': True,
|
|
||||||
'OPTIONS': {
|
'OPTIONS': {
|
||||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#template-debug
|
# See: https://docs.djangoproject.com/en/dev/ref/settings/#template-debug
|
||||||
'debug': DEBUG,
|
'debug': DEBUG,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user