Implementing a hierarchical system in django using django treebeard

362 views Asked by At

I am trying to implement a web based organisational church system which has a hierarchy as shown in the diagram.

I want to implement the system using django treebeard materialized path.

I want each node on the tree to be an instance of a Church where a single church in the tree can manage its content also the Admin and the users can be able to login to the Church they belong to.

I also need the parent node to be able to access the some data of the child nodes.

Is this possible? If you have any idea or leads, please help. Thanks in advance.

here is a diagram of the tree

0

There are 0 answers