mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
a comma to much - is no more.
This commit is contained in:
parent
be048328b2
commit
2f67f978c7
|
@ -313,7 +313,7 @@ if DEBUG:
|
|||
TEMPLATE_LOADERS = (
|
||||
'django.template.loaders.filesystem.Loader',
|
||||
'django.template.loaders.app_directories.Loader',
|
||||
),
|
||||
)
|
||||
else:
|
||||
TEMPLATE_LOADERS = (
|
||||
('django.template.loaders.cached.Loader', (
|
||||
|
|
Loading…
Reference in New Issue
Block a user