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')),
)

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.1.3.tar.gz (3.2 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-ajax-search-1.1.3.tar.gz
Algorithm Hash digest
SHA256 28c18518d2e23926ebae36e700b083d85059538d10bb9a8076c5dee78100a17c
MD5 b305676bd9f28141c0f8ff11872a1dc0
BLAKE2b-256 9bfe5faf81cb527c64d6c7cf3b1988f809a4f53cb78ec5213468c58bf532043e

See more details on using hashes here.

Supported by

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