Hello! I am an industrial engineering student and I am developing a small project with a Gantt chart. I am using an app developed by someone on Github and they were using the admin panel to insert the task data. I don't want my users to access the admin panel so I create forms to insert the data. The problem is that on the admin panel the app is using a class to use the treebeard function to order the tasks I also need to use it on the form but I don't know-how.
Hi Catgomessousa ,
Did you try django-tree-form library?. i think this one would make sense for your requirement. may be check that too.
Awesome it would be great if you share the solution here ,it would be help other developers too :)
- sunil 4 years, 8 months ago
instead of using class Form_name (ModelForm) i use the threebeard directly to creat the form
Great. Thanks for sharing the solution. This would definitely help other developers.
- sunil 4 years, 8 months ago@Catgomessousa could you close this ticket from your end if everything looks good.
- sunil 4 years, 8 months ago
Hi Catgomessousa ,
Can you share your admin panel image?. I understand your requirement. It would help us to investigate further and provide you the right resource/documents.