django-selectable is a collection of tools and widgets for using/creating 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.
Features
Works with the latest jQuery UI Autocomplete library
Auto-discovery/registration pattern for defining lookups
Installation Requirements
Optional (but recommended)
To install:
pip install django-selectable
If you are using django-staticfiles (or django.contrib.staticfiles in Django 1.3) then add selectable to your INSTALLED_APPS to include the related css/js.
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 = patterns('', # Other patterns go here (r'^selectable/', include('selectable.urls')), )
Documentation
Documentation for django-selectable is available on Read The Docs:
Contributing
If you think you’ve found a bug or are interested in contributing to this project check out our contributing guide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-selectable-0.3.1.tar.gz
.
File metadata
- Download URL: django-selectable-0.3.1.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 385f6908437debfa7834b0c90667538a57eee066d507c7b9c77956394e2fb2fa |
|
MD5 | 5a743205400716868b8190f87bb4dd45 |
|
BLAKE2b-256 | d7c87bab668df2af8513d1892b5163197ef17c119e11aa86d36bf8a16f4070f2 |