Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MechanisM/wagtail-constance

django-constance integration for Wagtail CMS
https://github.com/MechanisM/wagtail-constance

configuration django django-constance redis settings wagtail

Last synced: about 1 month ago
JSON representation

django-constance integration for Wagtail CMS

Awesome Lists containing this project

README

        

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:

.. code-block:: sh

pip install wagtail-constance

And then just add ``wagtailconstance`` into ``INSTALLED_APPS``:

.. code-block:: py

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
-------

* Released under `MIT License `_
* `wagtail `_
* `django-constance `_
* this `snippet `_