Coder Social home page Coder Social logo

django-select2's Introduction

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

django-select2's People

Contributors

codingjoe avatar pyup-bot avatar applegrew avatar fjcapdevila avatar rizumu avatar apalazon avatar jsenecal avatar mociepka avatar bcail avatar stephane avatar scotteadams avatar bubenkoff avatar emorozov avatar jieter avatar geyser avatar tisdall avatar superqwer avatar hotet avatar crccheck avatar graingert avatar darbula avatar annefly avatar andrewdodd avatar bogdal avatar mfrasca avatar pmontepagano avatar iwaszko avatar phoebebright avatar quantum5 avatar raonyguimaraes avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.