Skip to main content

Put javascript, css framework into your project.

Project description

Picker - Django Assets Manager
======
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>
<body>
{% load_js %}
</body>
</html>


Usable list
------------
- jquery
- bootstrap
- bootstrap-theme
- bootstrap-cosmo
- less
- ember
- angularjs

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-0.2.3.zip (753.2 kB 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