mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Fix typo in docs - `dbtemplates.loader.Loader should be first in TEMPLATE_LOADERS`.
This commit is contained in:
parent
6a6229648e
commit
cb3fe58a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,9 +30,9 @@ Setup
|
|||
It should look something like this::
|
||||
|
||||
TEMPLATE_LOADERS = (
|
||||
'dbtemplates.loader.Loader',
|
||||
'django.template.loaders.filesystem.Loader',
|
||||
'django.template.loaders.app_directories.Loader',
|
||||
'dbtemplates.loader.Loader',
|
||||
)
|
||||
|
||||
4. Sync your database ``python manage.py syncdb``
|
||||
|
|
|
|||
Loading…
Reference in a new issue