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.

https://travis-ci.org/mlavin/django-selectable.svg?branch=master https://codecov.io/github/mlavin/django-selectable/coverage.svg?branch=master

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 = [
    # Other patterns go here
    url(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-1.1.0.tar.gz (27.1 kB view details)

Uploaded Source

Built Distribution

django_selectable-1.1.0-py2.py3-none-any.whl (45.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-selectable-1.1.0.tar.gz
Algorithm Hash digest
SHA256 c5dc2bb9594328a75a44809911bb59edd8265d59a18e0a2fabbf7f2b0c4f5eec
MD5 395cf37c8df544877590ba52e118eae1
BLAKE2b-256 1571a86637b2020d1fb53e417b59f6d3b5e82d61a7f44940d4a3910da5643f18

See more details on using hashes here.

File details

Details for the file django_selectable-1.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_selectable-1.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 cad771e1c8a908768b5b43e86fdd6e119eed31f95cb412525cc9b488b4d8b97c
MD5 25049144e978fade5667ffa9050bdeec
BLAKE2b-256 583764687b733308d821c3d2ce6f2d7dd28d845a7d592bc3cafedfe6bb6b05b2

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