Skip to main content

select2 meets Django staticfiles

Project description

Introducing select2 to Django!

Usage

This application is meant to be used with django-staticfiles. Make sure that staticfiles setup and configured, then install this application using pip:

pip install django-staticfiles-select2

Finally, make sure that select2 is listed in your INSTALLED_APPS. You can use this oneliner to add it as well:

INSTALLED_APPS += ['staticfiles_select2', ]

Then in your template code you can do this:

<link rel="stylesheet" href="{{ STATIC_URL }}staticfiles_select2/select2/select2.css">

and:

<script type="text/javascript" src="{{ STATIC_URL }}staticfiles_select2/select2/select2.min.js"></script>

Inspiration

Most part of this project are stolen from django-staticfiles-jquery.

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

django-staticfiles-select2-3.4.1.tar.gz (63.6 kB view hashes)

Uploaded Source

Built Distribution

django_staticfiles_select2-3.4.1-py27-none-any.whl (81.3 kB view hashes)

Uploaded Python 2.7

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