Skip to main content

django-selectable is a collection of tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.

Project description

Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.

Features

  • Works with the latest jQuery UI Autocomplete library

  • Auto-discovery/registration pattern for defining lookups

Installation Requirements

Optional (but recommended)

To install:

pip install django-selectable

If you are using django-staticfiles (or django.contrib.staticfiles in Django 1.3) then add selectable to your INSTALLED_APPS to include the related css/js.

The jQuery and jQuery UI libraries are not included in the distribution but should 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:

.. code-block::

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

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-selectable-0.1.2.tar.gz (11.4 kB view hashes)

Uploaded Source

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