1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: python-django-adminsortable
Section: python
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Build-Depends: debhelper-compat (= 9), dh-python, python3-all, python3-setuptools
Standards-Version: 3.9.7
Homepage: https://github.com/iambrandontaylor/django-admin-sortable
Vcs-Git: https://salsa.debian.org/python-team/modules/python-django-adminsortable.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-django-adminsortable
Package: python3-django-adminsortable
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: drag-and-drop ordering for objects in Django Admin (Python 3)
Generic drag-and-drop ordering for objects and tabular inlines in Django Admin.
.
This package installs the library for Python 3.
|