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 = [
# 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.
Release files for django-selectable 1.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_selectable-1.5.0.tar.gz | 28.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_selectable-1.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 73.4 kB
Release files / django_selectable-1.5.0.tar.gz
| Download URL | django_selectable-1.5.0.tar.gz |
|---|---|
| Size | 28.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
515495dba2a9e47fee7be3570885ba5f70e55654d082fc529fd9ba662021972f
|
|
BLAKE2b-256 checksum How to use checksums |
2c78a013145b7c1551c78134f1bb90810731edabc1489230317ff3782349945e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|
Release files / django_selectable-1.5.0-py3-none-any.whl
| Download URL | django_selectable-1.5.0-py3-none-any.whl |
|---|---|
| Size | 44.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
88a9a5d28c748e93bde8d68e8f73beaf77ca9689517515268e624af5baa9c2bc
|
|
BLAKE2b-256 checksum How to use checksums |
28a0f498be1d57842622b96cc428bd13ce2828b969ed504cc134230b169a25b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|