套件: python3-django-treebeard (4.5.1+dfsg-2)
python3-django-treebeard 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-django-treebeard:
- [python-django-treebeard_4.5.1+dfsg-2.dsc]
- [python-django-treebeard_4.5.1+dfsg.orig.tar.xz]
- [python-django-treebeard_4.5.1+dfsg-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Team
- Michael Fladischer
外部的資源:
- 主頁 [github.com]
相似套件:
Efficient implementations of tree data structures for Django (Python3 version)
Django Treebeard is a library that implements efficient data structures for storing hierarchical data in a database using the Django web development framework.
It currently includes 3 different tree implementations: adjacency list, materialized path and nested sets. Each one has it's own strengths and weaknesses but share the same API, so it’s easy to switch between them.
This package contains the Python 3 version of the library.
其他與 python3-django-treebeard 有關的套件
|
|
|
-
- dep: libjs-jquery-ui
- JavaScript UI library for dynamic web applications
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django (>= 2.2~)
- High-level Python web development framework