Skip to main content

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

To install:

pip install django-selectable

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

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

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.

If you are interested in translating django-selectable into your native language you can join the Transifex project.

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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-selectable-0.7.0.tar.gz
Algorithm Hash digest
SHA256 fcf45d72f30510601fdf4b489df8db32b4a027d6c287640246f34df4c9f5c42b
MD5 aa3cbdee444a7edc89acccf952c08368
BLAKE2b-256 db045977c570208e23f60fd3afcd084f257474c4790895330e856b7af66716fc

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