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

Uploaded Source

Built Distribution

django_selectable-1.4.0-py3-none-any.whl (44.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-selectable-1.4.0.tar.gz
  • Upload date:
  • Size: 28.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for django-selectable-1.4.0.tar.gz
Algorithm Hash digest
SHA256 ab9695bbf962c3b46e228dcc15463b43665a9054ba822512234dd3c859e8f355
MD5 8840d7f23e02e4f02b364bd7aa8f427c
BLAKE2b-256 461ffb184a75bc1c811f0d49f2c8d99845c55d185e0327997704b38da37b9994

See more details on using hashes here.

File details

Details for the file django_selectable-1.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_selectable-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 370345331925e8b8859b3805e8f0b2f5c42bcf14e0922e0d02187de3780bf5f7
MD5 9d22b6b8691b67eedb8805698cec26b5
BLAKE2b-256 47b42ec536c03e037a333c04f45820f8f80c5cfc13dbfb950cdea9cbba38ca3a

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