https://github.com/yiling-j/django-admin-tree
Simple tree structure in django admin, using jQuery Nestable
https://github.com/yiling-j/django-admin-tree
admin category django nestable tree
Last synced: 3 months ago
JSON representation
Simple tree structure in django admin, using jQuery Nestable
- Host: GitHub
- URL: https://github.com/yiling-j/django-admin-tree
- Owner: Yiling-J
- Created: 2018-05-07T09:35:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T05:45:37.000Z (about 8 years ago)
- Last Synced: 2025-05-17T05:09:02.068Z (about 1 year ago)
- Topics: admin, category, django, nestable, tree
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Getting Started
Clone and add this app to your django project, change whatever you want, make migration and migrate, then go to admin and see result.
As you can see, there are two columns, left side is your trees, and right side is your nodes. You can add nodes to tree, remove nodes from tree(just drag from tree to right side), or change node order in tree and copy/move nodes between trees.
Only left side will be saved when you click save.
Also provide a simple api to return tree, check the code.