django-autocomplete-light’s purpose is to enable autocompletes quickly and properly in a django project: it is the fruit of years of R&D. It was designed for Django so that every part overridable or reusable independently. It is stable, tested, documented and fully supported: it tries to be a good neighbour in Django ecosystem.
Features include:
Each feature has a live example and is fully documented. It is also designed and documented so that you create your own awesome features too.
Resources include:
This package is released under the MIT License which is similar to the BSD license, you can find a copy in the LICENSE file.
However, I would like to ask that you vote for it on djangopackages.com. The rationnale of my request is simple: the more users, the more contributions and the better this app will be.
Donations are welcome too.
You can run test projects for a local demo in a temporary virtualenv.
Click on any instruction step for details.
If you didn’t click any, and this is your first install: bravo !
Run pip install -U django-autocomplete-light. Check the CHANGELOG for BC (Backward Compatibility) breaks. There should be none for minor version upgrades ie. from 1.1.3 to 1.1.22.
Learn the concepts by doing useful things.
You should now fully understand the concepts and be able to do literally what you want.
Using just the concepts you’ve learned in the tutorial, we’ve built-in several really cool things, backed by live examples.