Select2 for Django
Project description
Select2 for Django
Select2 packaged in a Django reusable app.
This package includes the original JS and CSS files from the library.
Installation
pip install django-js-lib-select2
Usage
-
Add
"js_lib_select2"to yourINSTALLED_APPSsetting like this::INSTALLED_APPS = [ ... "js_lib_select2", ... ] -
In your template use:
{% load static %}...
<link rel="stylesheet" href="{%static "js_lib_select2/css/select2.css" %}">...
<script src="{%static "js_lib_select2/js/select2.js" %}"></script>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_js_lib_select2-4.0.13.0.tar.gz.
File metadata
- Download URL: django_js_lib_select2-4.0.13.0.tar.gz
- Upload date:
- Size: 133.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a4f3c316520b91bb0dbad7199612e3b1330cea6c6d497c552dfe791d42a1d1d
|
|
| MD5 |
a4d746c7b1f0c032c8bff802abeaec2e
|
|
| BLAKE2b-256 |
547b287c2f81b34904bca8cf3feec74a53fa85632d666eb4403151f1ced4b628
|
File details
Details for the file django_js_lib_select2-4.0.13.0-py3-none-any.whl.
File metadata
- Download URL: django_js_lib_select2-4.0.13.0-py3-none-any.whl
- Upload date:
- Size: 163.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab7da22168fc900bac81b7404ad157fcac252bff529e7edf3f31ef33fa584704
|
|
| MD5 |
3c092e30a1f5a71e6baedda4aba114e8
|
|
| BLAKE2b-256 |
a4a3015ad3fb6d1710a23d4aa47a1c239d8101fafdb7315915dc0d1e9ca16534
|