Skip to content

MechanisM/wagtail-constance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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