django-fancytree
django-fancytree copied to clipboard
Django forms widget for displaying trees with fancytree js library
Hi @xrmx I just dropped a PR for your package, making sure all tests and frontend renderings are working as expected. Combined with #16 it would be great, having this...
* exchanges deprecated django methods with recent ones * exchanges deprecated python methods with recent ones (python3.7)
Hi @xrmx I wanted to checkout your package, since it looks interesting. Using ``` pip install django-fancytree ``` I was able to fetch the latest version. However, the fix you...
Hi! I got the error: ImportError: cannot import name 'force_unicode' In fancytree/widgets.py", line 8 I supposed that this widget doesn't work with Django 2.0.x, Am I right? P. S.: I'm...
Hello! I am intereted in your project. I want to know is it possible to create such widget as in the picture below with your app? I have form (ProgramForm)...
Like TreeNodeMultipleChoiceField http://django-mptt.github.io/django-mptt/forms.html#treenodemultiplechoicefield
Make it possibile to specify other plugins that should be loaded