Skip to content

justinqian42/treenode-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

treenode-widget

Debut idea

The tn_parent field of the administrator's form django-treenodeis very inconvenient to use. This widget allows you to search and presents related items in the form of a tree.

Install

Download and extract the files to your application folder using django-treenode

Usage

class YoursForm(TreeNodeForm):

    class Meta:
        widgets = {
            'tn_parent': TreeWidget(attrs={'style': 'min-width:400px'}),
        }

Credits

This software contains, uses, including in a modified form:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published