Friday, February 8, 2019

Re: How to display file&folder tree using Django. Help, please!

If you're just looking into just presenting trees, you might want to check How TO - Tree View (https://www.w3schools.com/howto/howto_js_treeview.asp) or Bootstrap Tree View (https://github.com/jonmiles/bootstrap-treeview, http://jonmiles.github.io/bootstrap-treeview/)

If you are looking for a way to create, persist and manipulate tree structures; you need to check django_trees (https://github.com/imtapps/django-trees)

HTH


On Friday, February 8, 2019 at 7:24:01 AM UTC-5, Yura wrote:
Hello everyone! I really need help. I've got SQL table which contains exhaustive files and folders information and I need to show tree of those files on a website. But not only show, it's supposed to be interactive, so that a user can scroll, open folders and mark any of the items. 
I think it might look like an example on the attached picture (or here, example png link: https://yadi.sk/i/H3wzUMt_UmT3AQ ). 
If someone can give advice how to implement this app in django that would be really helpful, or maybe just any thoughts regarding it, I'd really appreciate it.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6b089875-296f-4908-9582-71d4b1bcc0fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment