django-treenode
Tree model
A Django project providing an abstract model and admin interface for tree-based data structures.
probably the best abstract model/admin for your tree based stuff.
679 stars
14 watching
33 forks
Language: Python
last commit: 10 days ago
Linked from 1 awesome list
abstractancestorscategoriescategorychildrendescendantsdjangomodelnodenodesparentpythonrootrootssiblingstreetrees
Related projects:
Repository | Description | Stars |
---|---|---|
django-treebeard/django-treebeard | Provides efficient tree data structures for Django web applications | 1,119 |
fabiocaccamo/django-colorfield | Provides a color field with a color picker for Django models. | 632 |
cfpb/wagtail-treemodeladmin | An extension for Wagtail's ModelAdmin that enables page explorer-like navigation of Django model relationships within the Wagtail admin | 45 |
jazzband/django-polymorphic | A Django project that simplifies the use of inherited models by automatically downcasting and providing features for filtering, querying, and combining models. | 1,654 |
django-cache-machine/django-cache-machine | Automatically caches and invalidates Django model data in real-time | 876 |
fabiocaccamo/django-redirects | A Django middleware that provides fine-grained control over redirects. | 67 |
fabiocaccamo/django-admin-interface | Enhancements and customizations to Django's default admin interface | 1,833 |
fabiocaccamo/django-extra-settings | Configures typed extra settings using the Django admin interface. | 537 |
bennylope/django-organizations | A Django package that enables multi-user account management with groups and organization relationships. | 1,303 |
django-wiki/django-wiki | A wiki system with complex functionality and a good interface for simple integration using Django models | 1,833 |
celery/django-celery-results | A Celery task result backend using Django ORM | 695 |
codingjoe/django-stdimage | A package for simplifying image management in Django projects by providing a standardized way to store and serve images | 259 |
jambonrose/django-improved-user | A custom Django user model that improves on the default by making international and modern changes to simplify login and authentication. | 148 |
ceterai/django-pyproject | Tool to store Django settings in pyproject.toml file | 5 |
maciej-gol/tenant-schemas-celery | Enables collaboration between Celery tasks and multi-tenancy in Django applications. | 179 |