Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
django-constance integration for Wagtail CMS
- Host: GitHub
- URL: https://github.com/MechanisM/wagtail-constance
- Owner: MechanisM
- License: mit
- Created: 2015-12-27T00:10:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T10:55:51.000Z (over 2 years ago)
- Last Synced: 2024-04-26T03:45:13.234Z (9 months ago)
- Topics: configuration, django, django-constance, redis, settings, wagtail
- Language: Python
- Size: 7.81 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-wagtail - Wagtail-Constance - django-constance integration for Wagtail CMS. (Apps / Settings management)
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-constanceAnd 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.1Credits
-------* Released under `MIT License `_
* `wagtail `_
* `django-constance `_
* this `snippet `_