jQuery packaged in an handy django app to speed up new applications and deployment.
Project description
JQuery 2.1.4
Requirements
Django 1.4 or later
Installation
$ pip install django-static-jquery==2.1.4
Setup
Just add 'django.contrib.staticfiles' and 'django_static_jquery' to INSTALLED_APPS in your settings.py:
INSTALLED_APPS = ( # ... 'django.contrib.staticfiles', 'django_static_jquery', # ... )
Refer to Django static files documentation to configure and deploy static files.
Usage
You can refer to jquery in your template with:
{% load staticfiles %} {% static 'static_jquery/js/jquery.js' %}
Admin template customization:
{% load staticfiles %} {% extends "admin/base_site.html" %} {% block extrahead %} <script type="text/javascript" src="{% static 'static_jquery/js/jquery.js' %}" /> {% endblock %}
Static files:
static_jquery/js/jquery.js - JQuery - v2.1.4 static_jquery/js/jquery.min.js - JQuery (min) - v2.1.4 static_jquery/js/jquery.min.map - JQuery (map) - v2.1.4 static_jquery/js/jquery-migrate.js - jQuery Migrate - v1.2.1 static_jquery/js/jquery-migrate.min.js - jQuery Migrate (min) - v1.2.1
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-static-jquery-2.1.4.tar.gz
(163.8 kB
view details)
File details
Details for the file django-static-jquery-2.1.4.tar.gz
.
File metadata
- Download URL: django-static-jquery-2.1.4.tar.gz
- Upload date:
- Size: 163.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
34c690d6296df0acfe759be05ad58096664fe22a5c6ff1229106522e22c84325
|
|
MD5 |
05e9783453c7d9fca65a89def83a2828
|
|
BLAKE2b-256 |
45615ca1505b967e987f66acd1a36fe819abfc4f41be4cc54c0e0fb650f923d4
|