mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge pull request #76 from rassie/patch-1
Correct documentation about mixin usage
This commit is contained in:
commit
ecb3db3762
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ a ``Configuration`` class::
|
|||
|
||||
from configurations import Configuration
|
||||
|
||||
class Prod(Configuration, FullPageCaching):
|
||||
class Prod(FullPageCaching, Configuration):
|
||||
DEBUG = False
|
||||
# ...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue