Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.66 KB

README.rst

File metadata and controls

42 lines (30 loc) · 1.66 KB

Welcome to django-modeltree

python: 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 django: 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2 Run tests for django-modeltree Coveralls

About

Do you have a model layout with various relations and looking for a way to navigate it with ease? Then django-modeltree is what you are looking for. Build your modeltree in a single line and accessing related models and their objects in a elegant and performant way. No need for complex query building anymore. Find out how this works here.

Links

Installation

Install from pypi.org:

pip install django-modeltree