Metadata-Version: 1.1
Name: pixelfields-smart-selects
Version: 0.1.5
Summary: Smart selects for Django >= 1.7
Home-page: https://bitbucket.org/pixelfields/smart-selects
Author: pixelfields
Author-email: pixelfields@runbox.com
License: UNKNOWN
Download-URL: https://bitbucket.org/pixelfields/smart-selects/get/v0.1.5.tar.gz
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
        
        
Keywords: django,admin,chained,selects
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
