django-selectable 0.2
django-selectable is a collection of tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.
Latest Version: 0.4.1
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')),
)
Contributing
If you think you've found a bug or are interested in contributing to this project check out our contributing guide.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-selectable-0.2.tar.gz (md5) | Source | 2011-08-13 | 14KB | 1618 | |
- Author: Mark Lavin
- Home Page: http://bitbucket.org/mlavin/django-selectable
- License: LICENSE.txt
- Categories
- Package Index Owner: mlavin
- DOAP record: django-selectable-0.2.xml
