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

Uploaded Source

Built Distribution

django_selectable-1.5.0-py3-none-any.whl (44.8 kB view details)

Uploaded Python 3

File details

Details for the file django_selectable-1.5.0.tar.gz.

File metadata

  • Download URL: django_selectable-1.5.0.tar.gz
  • Upload date:
  • Size: 28.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for django_selectable-1.5.0.tar.gz
Algorithm Hash digest
SHA256 515495dba2a9e47fee7be3570885ba5f70e55654d082fc529fd9ba662021972f
MD5 3580b6b0ad5a4a704d54c4969189c0bb
BLAKE2b-256 2c78a013145b7c1551c78134f1bb90810731edabc1489230317ff3782349945e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_selectable-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 88a9a5d28c748e93bde8d68e8f73beaf77ca9689517515268e624af5baa9c2bc
MD5 c588b4ac898d4950ac22b943e3f574ea
BLAKE2b-256 28a0f498be1d57842622b96cc428bd13ce2828b969ed504cc134230b169a25b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page