I would like to build a hierarchy tree of content with no depth limits.
models.py:
class Element(models.Model): name = models.CharField(verbose_name=&quo