Skip to main content

jQuery packaged in an handy django app to speed up new applications and deployment.

Project description

Requirements

django-appconf

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


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)

Uploaded Source

Built Distribution

static_jquery-3.2.1.0-py2.py3-none-any.whl (299.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file static-jquery-3.2.1.0.tar.gz.

File metadata

File hashes

Hashes for static-jquery-3.2.1.0.tar.gz
Algorithm Hash digest
SHA256 4d70fa1de2633ed498d88d240658d81314bac5425b79773eb99445eb69585c81
MD5 7c044f6892e0b20acccedce4535da1c1
BLAKE2b-256 6acafd398f1cb417aee8899c28b48267607aa313cb9ea0c518167f60748264f2

See more details on using hashes here.

File details

Details for the file static_jquery-3.2.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for static_jquery-3.2.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fde617c38182149cfcd61c4f7bdc0c5d276185f4f5cd19d53d4352e8e1202d05
MD5 040ea6e8aba0aa48ea5a1da7c820406e
BLAKE2b-256 497a3cd94c27b6a14a634cf7f8a25df489a60085021e9c98b5016a3e9a61931d

See more details on using hashes here.

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