Django wrapper for intercooler.js - AJAX With Attributes: There is no need to be complex.
Project description
django-intercooler.js is just a Django wrapper for intercooler.js.
Requirements
Django 1.3 or later
Installation
$ pip install django-intercoolerjs
Setup
Just add 'django.contrib.staticfiles' and 'intercoolerjs' to INSTALLED_APPS in your settings.py:
INSTALLED_APPS = ( # ... 'django.contrib.staticfiles', 'intercoolerjs', # ... )
Refer to Django static files documentation to configure and deploy static files.
Usage
You use intercooler.js in your Django templates like this:
{% load static %} <!-- only if you also need jQuery --> <script src="{% static "intercoolerjs/js/jquery.js" %}"></script> <!-- this is the minified intercooler.js --> <script src="{% static "intercoolerjs/js/intercooler.min.js" %}"></script>
Since version 1.1.0 of intercooler.js it is also possible to use zepto as an alternative to jQuery. zepto is not yet bundled with django-intercoolerjs.
Version numbers
We are keeping the intercooler.js version number, so that intercooler.js releases can easily be spotted in django-intercoolerjs. But, since we also need a version number, an other dot number is added.
If intercooler.js version 1.0.3. is the current release, django-intercoolerjs will have the version number 1.0.3.0. This last number will be incremented with every release of django-intercoolerjs.
If intercooler.js version 1.0.4 is being released, we keep the last django-intercooler version number, so that features or bugfixes in django-intercoolerjs can be recognized easier: 1.0.3.14 ==> 1.0.4.14
Demo
A demo project can be found in the 'demo' folder along with a README.
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
Built Distribution
Hashes for django-intercoolerjs-1.1.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1124d2375ec04845962a412080c5e9c162d1dea6fde322727ecc4df58097404e |
|
MD5 | 8c34c696b0d35ea55fad7414208fa06f |
|
BLAKE2b-256 | 8edd518f187a50db16bcc1db813e3730aca51b44ba0f5cc7a436e9e53960f908 |
Hashes for django_intercoolerjs-1.1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c793b9f087c2e6219bed9648029dbaea0a6f8504b7673831f861ad2745496473 |
|
MD5 | e62454356b29e6514b02e19813bb9fd3 |
|
BLAKE2b-256 | 8cb1ab8599addcea92cab2dfa1cb82903492c562c1c7fae04e739f7d6e41a402 |