JQuery and Django Autocomplete
In a couple of various places I’ve seen light requests of how to put autocomplete in for a Django web application. Here’s a really light weight version with a view and autocomplete functionality using:
For a view to search within your django model it would look something like:
1 2 3 4 5 6 7 8 |
|
For the jQuery autocomplete and call: