Fixed a typo.
- Legacy-Id: 12469
This commit is contained in:
parent
8f6e51839f
commit
7d27849ee3
|
@ -6,8 +6,9 @@
|
|||
#
|
||||
|
||||
from settings import * # pyflakes:ignore
|
||||
from settings import TEMPLATES
|
||||
|
||||
TEMPLAT[0]['OPTIONS']['loaders'] = (
|
||||
TEMPLATES[0]['OPTIONS']['loaders'] = (
|
||||
('django.template.loaders.cached.Loader', (
|
||||
'django.template.loaders.filesystem.Loader',
|
||||
'django.template.loaders.app_directories.Loader',
|
||||
|
|
Loading…
Reference in a new issue