Skip to main content

Put javascript, css framework into your project.

Project description

Picker - Django Assets Manager

Downloads Downloads Downloads Downloads

Choose your javascript, css framework into your project.

Installation

  1. Python package

     pip install django-picker
    
  2. Add 'picker' to INSTALLED_APPS:

     'picker',
    

Setting

  1. Define PICKER_INSTALLED_APPS in settings.py

     PICKER_INSTALLED_APPS = (
         'jquery',
     )
    

Use in templates

  1. Define following tag in templates

     {% load pickertags %}
    
  2. 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


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 hashes)

Uploaded Source

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