Metadata-Version: 2.1
Name: django-persistent-settings
Version: 0.2.0
Summary: django-persistent-settings is a library to store platform-specific settings in database.
Home-page: https://github.com/erayerdin/django-persistent-settings
Author: Eray Erdin <eraygezer.94@gmail.com>
Author-email: eraygezer.94@gmail.com
License: Apache License 2.0
Download-URL: https://github.com/erayerdin/django-persistent-settings/archive/v0.2.0.tar.gz
Keywords: django persistent stored settings
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Topic :: Database
Description-Content-Type: text/markdown
Requires-Dist: django (<3,>=1.11)

# Django Persistent Settings

[![PyPI - Version][version_badge_url]][pypi_url]
[![PyPI - Status][status_badge_url]][pypi_url]
[![PyPI - License][license_badge_url]](LICENSE.txt)
![PyPI - Python][python_badge_url]
![PyPI - Django][django_badge_url]
![Downloads - Month][dlmonth_badge_url]

<!-- Meta Links Start -->

[version_badge_url]: https://img.shields.io/pypi/v/django-persistent-settings?label=version&logoColor=white&style=flat-square
[status_badge_url]: https://img.shields.io/pypi/status/django-persistent-settings?style=flat-square
[license_badge_url]: https://img.shields.io/pypi/l/django-persistent-settings?style=flat-square
[python_badge_url]: https://img.shields.io/pypi/pyversions/django-persistent-settings?color=3572a2&label=%20&logo=python&logoColor=FECE3D&style=flat-square
[django_badge_url]: https://img.shields.io/pypi/djversions/django-persistent-settings?color=092e20&label=%20&logo=django&logoColor=white&style=flat-square
[dlmonth_badge_url]: https://img.shields.io/pypi/dm/django-persistent-settings?label=dl%2Fmonth&style=flat-square

[pypi_url]: https://pypi.org/project/django-persistent-settings/

<!-- Meta Links End -->

Django Persistent Settings helps you store, retrieve and update platform specific settings in Django and provides many ways in setting retrieval such as request injection or template tags. It is inspired by Laravel's [akaunting/setting](https://github.com/akaunting/setting) package.

| | Build | Coverage |
|-|---|---|
| **master** | [![Linux - Master][linux_master_badge_url]][linux_master_url] | [![Coverage - Master][codecov_master_badge_url]][codecov_master_url] |
| **development** | [![Linux - Development][linux_development_badge_url]][linux_development_url] | [![Coverage - Development][codecov_development_badge_url]][codecov_development_url] |

<!-- Build Links Start -->

[linux_development_badge_url]: https://img.shields.io/github/workflow/status/erayerdin/django-persistent-settings/testing/development?logo=linux&logoColor=white&style=flat-square
[linux_master_badge_url]: https://img.shields.io/github/workflow/status/erayerdin/django-persistent-settings/testing/master?logo=linux&logoColor=white&style=flat-square

[codecov_development_badge_url]: https://img.shields.io/codecov/c/gh/erayerdin/django-persistent-settings/development?style=flat-square
[codecov_master_badge_url]: https://img.shields.io/codecov/c/gh/erayerdin/django-persistent-settings/master?style=flat-square

[linux_development_url]: https://github.com/erayerdin/django-persistent-settings/actions?query=workflow%3A%22Build+and+Distribute%22+branch%3Adevelopment
[linux_master_url]: https://github.com/erayerdin/django-persistent-settings/actions?query=workflow%3A%22Build+and+Distribute%22+branch%3Amaster

[codecov_development_url]: https://codecov.io/gh/erayerdin/django-persistent-settings/branch/development
[codecov_master_url]: https://codecov.io/gh/erayerdin/django-persistent-settings/branch/master

<!-- Build Links End -->

# Documentation

Please refer to [the documentation](https://django-persistent-settings.readthedocs.io/)
to get information about how to utilize this library.

# License

Licensed under the terms of [Apache License 2.0](LICENSE.txt).


