Source: python-django-constance
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python-django-doc,
 python3-all,
 python3-django,
 python3-django-picklefield,
 python3-doc,
 python3-mock,
 python3-pytest,
 python3-pytest-django,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Standards-Version: 4.6.2
Homepage: https://github.com/jazzband/django-constance/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-constance
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-constance.git
Rules-Requires-Root: no

Package: python-django-constance-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Dynamic Django settings (Documentation)
 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.
 .
 Features:
  * Easily migrate your static settings to dynamic settings.
  * Edit the dynamic settings in the Django admin interface.
 .
 This package contains the documentation.

Package: python3-django-constance
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-django-constance-doc,
Description: Dynamic Django settings (Python3 version)
 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.
 .
 Features:
  * Easily migrate your static settings to dynamic settings.
  * Edit the dynamic settings in the Django admin interface.
 .
 This package contains the Python 3 version of the library.
