mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Fix "and and" in backends.rst (#509)
This commit is contained in:
parent
b6f8e2c5b8
commit
8b03012918
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ configured cache backend to enable this feature, e.g. "default"::
|
|||
If you try this, Constance will throw an error and refuse
|
||||
to let your application start. You can work around this by
|
||||
subclassing ``constance.backends.database.DatabaseBackend``
|
||||
and and overriding `__init__` to remove the check. You'll
|
||||
and overriding `__init__` to remove the check. You'll
|
||||
want to consult the source code for that function to see
|
||||
exactly how.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue