This commit is contained in:
Mattia Larentis 2014-05-06 10:57:49 +02:00
parent 72fb15495c
commit 00c3dcd3e8

View file

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