I know there is wagtail.contrib.settings available, but I'm a big fan of django-constance with redis backend!
Make sure you installed django-constance then install wagtail-constance:
pip install wagtail-constance
And then just add wagtailconstance
into INSTALLED_APPS
:
INSTALLED_APPS = (
...
'wagtailconstance',
...
)
I'm not added wagtail or constance as requirements in setup.py. I'm tested it out only with python 3.5.1
- Released under MIT License
- wagtail
- django-constance
- this snippet