Put javascript, css framework into your project.
Project description
Picker - Django Assets Manager
Choose your javascript, css framework into your project.
Installation
-
Python package
pip install django-picker
-
Add 'picker' to INSTALLED_APPS:
'picker',
Setting
-
Define PICKER_INSTALLED_APPS in settings.py
PICKER_INSTALLED_APPS = ( 'jquery', )
Use in templates
-
Define following tag in templates
{% load pickertags %}
-
Define following tag inside body in templates
{% load pickertags %} <html> <head> {% load_css %} </head> <body> {% load_js %} </body> </html>
Usable list
- jquery 3.6.0
- bootstrap 5.1.1
- bootstrap3 3.2.2
- bootstrap4 4.3.1
- bootstrap5 5.1.1
- popper 1.15.1
- bootstrap-theme 3.2.2
- bootstrap-cosmo 3.2.2
- bootstrap4-darkly 4.3.1
- less 2.3.1
- ember 1.5.1
- angularjs 1.3.11
- vuejs 2.6.10
- vuejs-dev 2.6.10
- vue-router 3.0.7
- fontawesome 5.9.0
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 Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for django_picker-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68fb19852d19426db66b46898128993d1f9e0b205111c93037220e0702c927dd |
|
MD5 | 02859347d38e070f6618a56f84f3fa8f |
|
BLAKE2b-256 | c6135654d065faf19ad6c92a0d522485fae11766da1250d0113076f7eef82ec6 |