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

Uploaded Source

Built Distribution

django_selectable-1.2.1-py2.py3-none-any.whl (44.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django-selectable-1.2.1.tar.gz
  • Upload date:
  • Size: 26.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for django-selectable-1.2.1.tar.gz
Algorithm Hash digest
SHA256 aad4584bba8d7cbaff3c1f66dbf78245dd419ba002605075c602ce183b4c7d57
MD5 e95f7270a2202adafc1b5539231f79e7
BLAKE2b-256 a160757155d9563040a9907c31bde373912e76f02064fd9db14c64a74ca2b0a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_selectable-1.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4db2da696288751175467f108339f650074d269437946264194678bf3b6b88ee
MD5 bd830809133f697e44a50eba81472d18
BLAKE2b-256 21d584a2e6d4b8b66a2659e6a91dc420897918a772264e78420ce0fcff58310f

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