Skip to content

Django admin mixins in order to allow autocomplete dropdowns to be chained (having one dropdown's result dependant on another dropdown's value)

License

Notifications You must be signed in to change notification settings

alpha1d3d/django-chained-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version

Django Chained Autocomplete

Django admin mixins in order to allow autocomplete dropdowns to be chained (having one dropdown's result dependant on another dropdown's value)

Installation

Install via pip

>>> pip install django-chained-autocomplete

Add to Django settings.py

INSTALLED_APPS = [
    'autocomplete_chained',
    ...
]

Usage

TODO

About

Django admin mixins in order to allow autocomplete dropdowns to be chained (having one dropdown's result dependant on another dropdown's value)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages