1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: django-paintstore
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Jonas Meurer <mejo@debian.org>,
Thomas Goirand <zigo@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 9),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-paintstore
Vcs-Git: https://salsa.debian.org/python-team/modules/django-paintstore.git
Homepage: https://github.com/gsiegman/django-paintstore
Package: python3-django-paintstore
Architecture: all
Depends:
libjs-jquery-colorpicker,
python3-django,
${misc:Depends},
${python3:Depends},
Description: Integrates jQuery ColorPicker in Django admin (Python 3 version)
Django app that integrates the jQuery ColorPicker in the Django admin.
.
This package contains the Python 3 version of the library.
|