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 hashes)
Built Distribution
Close
Hashes for static_jqueryui-1.11.4.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97f656204e76bc5605c4b9f106b356aea3d46c7c0688c526ef92295ef54d011f |
|
MD5 | 04f33c0ef888825c2b7616bef4de343b |
|
BLAKE2b-256 | 1735a3e84b28266273877cf0cc4532114666c8f589fbe65feee4ca541bd34a00 |