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 Distribution
django-picker-1.0.2.tar.gz
(2.4 MB
view details)
File details
Details for the file django-picker-1.0.2.tar.gz
.
File metadata
- Download URL: django-picker-1.0.2.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a02109e230a94608930a4e0efe0e796782b0aaf77c95ab0fa2931d3a81e75e15 |
|
MD5 | 0b5f99dd1694faeb8eafc2d527826cc6 |
|
BLAKE2b-256 | a9209bdd8e6c9d2ce7b347da1b14f3b19a64d17aacb0cf5038bc96a9d4fcc7c9 |