Fix typo in docs - `dbtemplates.loader.Loader should be first in TEMPLATE_LOADERS`.

This commit is contained in:
bmihelac 2012-01-09 12:56:09 +01:00
parent 6a6229648e
commit cb3fe58a6e

View file

@ -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``