mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-26 16:04:07 +00:00
Dynamic Django settings.
Document all supported versions in PyPI using trove classifiers. Alphabetize classifiers. Add all supported versions to tox.ini for easy testing. Tidy up tox.ini by removing defaults for basepython. Add all supported versions to the Travis CI configuration for CI testing. Use Tox-Travis to help build the test matrix as the different versions of Django do not have complete overlap of Python support. Update Travis configuration to use built in pip caching support. https://docs.travis-ci.com/user/caching/#pip-cache |
||
|---|---|---|
| .github | ||
| .tx | ||
| constance | ||
| docs | ||
| example | ||
| tests | ||
| .coveragerc | ||
| .gitignore | ||
| .travis.yml | ||
| AUTHORS | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
| tox.ini | ||
Constance - Dynamic Django settings
===================================
.. image:: https://secure.travis-ci.org/jazzband/django-constance.svg
:alt: Build Status
:target: http://travis-ci.org/jazzband/django-constance
.. image:: https://jazzband.co/static/img/badge.svg
:alt: Jazzband
:target: https://jazzband.co/
A Django app for storing dynamic settings in pluggable backends (Redis and
Django model backend built in) with an integration with the Django admin app.
For more information see the documentation at:
https://django-constance.readthedocs.io/
If you have questions or have trouble using the app please file a bug report
at:
https://github.com/jazzband/django-constance/issues