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 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
    (r'^selectable/', include('selectable.urls')),
)

Documentation

Documentation for django-selectable is available on Read The Docs:

Additional Help/Support

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

Contributing

If you think you’ve found a bug or are interested in contributing to this project check out our contributing guide.

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

Uploaded Source

File details

Details for the file django-selectable-0.4.1.tar.gz.

File metadata

File hashes

Hashes for django-selectable-0.4.1.tar.gz
Algorithm Hash digest
SHA256 456cd94ccd2704795aac2d82d745a9c7f36fe7e5ababc381f456ae65187682f5
MD5 5bc82bce97e6e5503a42d1e292a4c136
BLAKE2b-256 a00468d091a96fecc22216c9f8ab44ee8eb08ac3fe01477e67154e5978642587

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