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

2019-02-10 Thread Derek
There are a number of custom Django apps that can do something like, for example: https://github.com/IMGIITRoorkee/django-filemanager (or look here https://djangopackages.org/grids/g/file-managers/ for more) On Friday, 8 February 2019 14:24:01 UTC+2, Yura wrote: > > Hello everyone! I really

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

2019-02-08 Thread Mario R. Osorio
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

How to display file tree using Django. Help, please!

2019-02-08 Thread Yura
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