adrien-delhorme / django-select2

This is a Django integration for Select2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Select2

version ci coverage license

This is a Django integration of Select2.

The app includes Select2 driven Django Widgets.

Note

Django's admin comes with builtin support for Select2 since version 2.0 via the autocomplete_fields feature.

Installation

  1. Install django_select2
pip install django_select2
  1. Add django_select2 to your INSTALLED_APPS in your project settings.
  2. Add django_select to your urlconf if you use any "Auto" fields.
url(r'^select2/', include('django_select2.urls')),

Documentation

Documentation available at http://django-select2.readthedocs.io/.

External Dependencies

  • jQuery version 2 This is not included in the package since it is expected that in most scenarios this would already be available.

Example Application

Please see tests/testapp application. This application is used to manually test the functionalities of this package. This also serves as a good example.

Changelog

See Github releases

About

This is a Django integration for Select2

License:MIT License


Languages

Language:Python 96.9%Language:JavaScript 2.5%Language:HTML 0.7%