Metadata-Version: 2.1
Name: django-variable
Version: 0.1.0
Summary: Variable UI
Home-page: https://github.com/jeissonp/django-variable
Author: Jeisson Perez Molano
Author-email: jeissonp@gmail.com
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django>=5

# Django Variable

django_varibale is a library to define dynamic global settings
that can be set within a regular django form and edited
within django's admin panel, or a custom regular view.

## How it works

Set the config values using a regular form.
Those values are persisted in the database (one per row)
and stored in an in-memory cache for later access.

## Compatibility

* Python +3.8
* Django >= 5

## Documentation

[Read The Docs](http://django-variable.readthedocs.org)

## License

MIT
