Merge pull request #269 from ajinkya-bhosale/patch-1

Update index.rst
This commit is contained in:
Camilo Nova 2018-04-02 18:55:51 -05:00 committed by GitHub
commit 566f1e386e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,6 +201,9 @@ To group settings together you can define fieldsets. Here's an example:
'General Options': ('SITE_NAME', 'SITE_DESCRIPTION'),
'Theme Options': ('THEME',),
}
.. note:: CONSTANCE_CONFIG_FIELDSETS must contain all fields from CONSTANCE_CONFIG
.. image:: screenshot3.png
Usage