Skip to main content

A customizable AJAX-powered search for Django.

Project description

A customizable AJAX-powered search for Django.

Features

  • Works with the latest jQuery library version

  • Displays instant search results as you type

Installation Requirements

To install:

easy_install django-ajax-search

Next add ajax_search to your INSTALLED_APPS to include the related css/js:

INSTALLED_APPS = (
    'django.contrib.staticfiles',
    # Other apps here
    'ajax_search',
)

The jQuery and jQuery UI libraries are not included in the distribution but must be included in your templates. See the example project for an example using these libraries from the Google CDN.

Once installed you should add the urls to your root url patterns:

urlpatterns = patterns('',
    # Other patterns go here
    url(r'^ajax_search/',include('ajax_search.urls')),
)

Full documentation at http://django-ajax-search.readthedocs.org/

Additional Help/Support

You can find additional help or support on the mailing list: http://groups.google.com/group/django-ajax-search

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-ajax-search-1.5.1.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file django-ajax-search-1.5.1.tar.gz.

File metadata

File hashes

Hashes for django-ajax-search-1.5.1.tar.gz
Algorithm Hash digest
SHA256 93e31ed7bbc19712bf6d82a973365c5d3e88ad1bbe20b0df252c45966d6b8c8e
MD5 b0681cf4568f3fa6a2cdd69f653b2e86
BLAKE2b-256 5b2e3e496ebdb105ed7f54af337cba3bc16c8aa772422444678f725094b212df

See more details on using hashes here.

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