Wagtail CMS provides a very handy content tree that really helps in organizing website's content hierarchy. The tree itself is powered by django-treebeard library (https://github.com/django-treebeard/django-treebeard).
As a developer you should be aware of several handy methods that you can execute on any item of a ...