Skip to content

A simple dropdown the make the hassle of picking to the right object when using generic relations

License

Notifications You must be signed in to change notification settings

cheluis/Django-genericdropdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genericdropdown is a small little nifty script that removes the obstacle of picking the right object when using generic relations in Django. The script replaces the input field for the object id with a dropdown instead.

Howto use

Just add the url to your url config and you should be fine, and add a line to your template directory setting as well

url(r'^', include('genericdropdown.urls')),

TEMPLATE_DIRS = (
   'templates/',
   'genericdropdown/templates'

)

About

A simple dropdown the make the hassle of picking to the right object when using generic relations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.8%
  • HTML 42.2%