Fixed typo in README. Closes #34.

This commit is contained in:
Jannis Leidel 2013-04-26 09:36:26 +03:00
parent 150edbe82f
commit eb03ee908a

View file

@ -106,7 +106,7 @@ Database
::
CONSTANCE_BACKEND = constance.backends.database.DatabaseBackend
CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend'
If you want to use this backend you also need to add the databse backend
to your ``INSTALLED_APPS`` setting to make sure the data model is correctly