django-fancy-autocomplete

A simple AJAX autocomplete helper app for Django projects


License
BSD-3-Clause
Install
pip install django-fancy-autocomplete==0.1a1

Documentation

=========================
Django Fancy Autocomplete
=========================

Django Fancy Autocomplete is a reusable app to add simple AJAX autocomplete
views to Django_ projects. It allows users to define views in a simple
declarative style similar to the default Django_ ``admin`` app.

.. _Django: http://www.djangoproject.com/