Skip to main content

Smart selects for Django >= 1.7

Project description

=====
pixelfields smart selects
=====

Smart selects for django.

Forked from https://github.com/digi604/django-smart-selects and fixed for Django >= 1.7.

Quick start
-----------
1. Install it by pip:

pip install https://bitbucket.org/pixelfields/smart-selects/get/v0.1.5.tar.gz

1. Add "pixelfields_smart_selects" to INSTALLED_APPS:
INSTALLED_APPS = {
...
'pixelfields_smart_selects'
}
2. Bind the smart_selects urls.py into your main urls.py with something like: url(r'^chaining/', include('pixelfields_smart_selects.urls')), This is needed for the chained-selects.
3. Profit

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

pixelfields_smart_selects-0.1.5.tar.gz (6.6 kB view hashes)

Uploaded Source

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