jQuery UI packaged in an handy django app to speed up new applications and deployment.
Project description
Requirements
- Django 1.3 or later
django-appconf
Installation
$ pip install static-jqueryui $ pip install static-jqueryui==1.11.4
Setup
Just add 'django.contrib.staticfiles' and 'jqueryui' to INSTALLED_APPS in your settings.py:
INSTALLED_APPS = ( # ... 'django.contrib.staticfiles', 'jqueryui', # ... )
Refer to Django static files documentation to configure and deploy static files.
Usage
You can refer to jquery in your template with:
{% load jqueryui %} {% jqueryui_js %} {% jqueryui_js 1.11.4 %} {% jqueryui_css 1.11.4 %} {% jqueryui_css 1.11.4 redmond %}
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-jqueryui-1.11.4.1.zip
(256.6 kB
view details)
Built Distribution
File details
Details for the file static-jqueryui-1.11.4.1.zip
.
File metadata
- Download URL: static-jqueryui-1.11.4.1.zip
- Upload date:
- Size: 256.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b7a412dc7b845eda8b56df4ffa11f15b8c7f5d07cd2b2a4936dfdc65796f244 |
|
MD5 | 775f57a4728095cdd361dd5540e588aa |
|
BLAKE2b-256 | 0595e3cb637662d90ed47b13336024d4df6fe26dd3d0dba0332b9eb4d1387d2e |
File details
Details for the file static_jqueryui-1.11.4.1-py2-none-any.whl
.
File metadata
- Download URL: static_jqueryui-1.11.4.1-py2-none-any.whl
- Upload date:
- Size: 254.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97f656204e76bc5605c4b9f106b356aea3d46c7c0688c526ef92295ef54d011f |
|
MD5 | 04f33c0ef888825c2b7616bef4de343b |
|
BLAKE2b-256 | 1735a3e84b28266273877cf0cc4532114666c8f589fbe65feee4ca541bd34a00 |