jQuery packaged in an handy django app to speed up new applications and deployment.
Project description
Requirements
django 1.3 or later
Installation
$ pip install static-jquery $ pip install static-jquery==3.2.1.0
Setup
Just add 'django.contrib.staticfiles' and 'jquery' to INSTALLED_APPS in your settings.py:
INSTALLED_APPS = ( # ... 'django.contrib.staticfiles', 'jquery', # ... )
Refer to Django static files documentation to configure and deploy static files.
Usage
You can refer to jquery in your template with:
{% load jquery %} {% jquery_js %} or {% jquery_js 3.2.1.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
static-jquery-3.2.1.0.tar.gz
(230.6 kB
view details)
Built Distribution
File details
Details for the file static-jquery-3.2.1.0.tar.gz
.
File metadata
- Download URL: static-jquery-3.2.1.0.tar.gz
- Upload date:
- Size: 230.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d70fa1de2633ed498d88d240658d81314bac5425b79773eb99445eb69585c81 |
|
MD5 | 7c044f6892e0b20acccedce4535da1c1 |
|
BLAKE2b-256 | 6acafd398f1cb417aee8899c28b48267607aa313cb9ea0c518167f60748264f2 |
File details
Details for the file static_jquery-3.2.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: static_jquery-3.2.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 299.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fde617c38182149cfcd61c4f7bdc0c5d276185f4f5cd19d53d4352e8e1202d05 |
|
MD5 | 040ea6e8aba0aa48ea5a1da7c820406e |
|
BLAKE2b-256 | 497a3cd94c27b6a14a634cf7f8a25df489a60085021e9c98b5016a3e9a61931d |