Skip to main content

Chain autocomplete dropdowns in django admin.

Project description

[![PyPI version](https://badge.fury.io/py/django-chained-autocomplete.svg)](https://badge.fury.io/py/django-chained-autocomplete)

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`

```python
INSTALLED_APPS = [
'autocomplete_chained',
...
]
```

Usage
-----

TODO


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-chained-autocomplete-0.0.4.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page