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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: python-django-bootstrap-form
Section: python
Priority: optional
Maintainer: FreedomBox Packaging Team <freedombox-pkg-team@lists.alioth.debian.org>
Uploaders:
Sunil Mohan Adapa <sunil@medhas.org>,
Federico Ceratto <federico@debian.org>,
James Valleroy <jvalleroy@mailbox.org>,
Build-Depends:
debhelper-compat (= 12),
dh-python,
openstack-pkg-tools (>= 52~),
python3-all,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
python3-django,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/freedombox-team/python-django-bootstrap-form
Vcs-Git: https://salsa.debian.org/freedombox-team/python-django-bootstrap-form.git
Homepage: https://github.com/tzangms/django-bootstrap-form
Package: python-bootstrapform-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: generate twitter-bootstrap form output for django form - doc
Django bootstrap form generates twitter-bootstrap form output for django form.
A simple Django template tag to work with twitter bootstrap.
.
This package contains the documentation.
Package: python3-bootstrapform
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: generate twitter-bootstrap form output for django form - Python 3.x
Django bootstrap form generates twitter-bootstrap form output for django form.
A simple Django template tag to work with twitter bootstrap.
.
This package contains the Python 3.x module.
|