MechanisM / wagtail-constance

django-constance integration for Wagtail CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wagtail-Constance

I know there is wagtail.contrib.settings available, but I'm a big fan of django-constance with redis backend!

Installation

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',
   ...
)

Note

I'm not added wagtail or constance as requirements in setup.py. I'm tested it out only with python 3.5.1

Credits

About

django-constance integration for Wagtail CMS

License:MIT License


Languages

Language:Python 54.3%Language:HTML 45.7%