Metadata-Version: 2.4
Name: django-site-configs
Version: 0.4.0
Summary: A Django app that manages configurations per-site on a multi-site setup.  These configs can be made avaialble to users of different sites or administerd via the Django admin.
Author-email: Grant Viklund <renderbox@gmail.com>
Project-URL: Homepage, https://github.com/renderbox/django-site-configs
Project-URL: Bug Tracker, https://github.com/renderbox/django-site-configs/issues
Keywords: django,app
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.mit.txt
Requires-Dist: Django<6.0,>=3.1
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: flake8-black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: bandit; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: django-crispy-forms; extra == "dev"
Requires-Dist: django-allauth; extra == "dev"
Requires-Dist: django-extensions; extra == "dev"
Requires-Dist: toml; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Provides-Extra: test
Requires-Dist: black; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: flake8-black; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: bandit; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-django; extra == "test"
Dynamic: license-file

[![Python Tests](https://github.com/renderbox/django-site-configs/actions/workflows/python-test.yml/badge.svg)](https://github.com/renderbox/django-site-configs/actions/workflows/python-test.yml)

[![Publish Python 🐍 distribution 📦 to PyPI](https://github.com/renderbox/django-site-configs/actions/workflows/python-publish.yml/badge.svg)](https://github.com/renderbox/django-site-configs/actions/workflows/python-publish.yml)

# Site Configs

A Django app that manages configurations per-site on a multi-site setup. These settings can be made avaialble to users of different sites or administerd via the Django admin.
