mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Fixed typo in README. Closes #34.
This commit is contained in:
parent
150edbe82f
commit
eb03ee908a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue