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
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
File details
Details for the file django-intercoolerjs-1.1.0.0.tar.gz
.
File metadata
- Download URL: django-intercoolerjs-1.1.0.0.tar.gz
- Upload date:
- Size: 42.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e89b33f39006343f12de89186c02d535fbd33fe9080e26ceaccaf395edf9d2da |
|
MD5 | 8aad40bd8424ce08fd0b7b67d281726a |
|
BLAKE2b-256 | d2c3bb0d777020056bdf86419d287ea4d17551757ef2031093604f69594bf7d5 |
Provenance
File details
Details for the file django_intercoolerjs-1.1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_intercoolerjs-1.1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 43.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 127d61220ff25f92eddcd0892e8c46e8269d7118d53d485f5d4c790329f20d5c |
|
MD5 | 87caae0fe375b207f053337115e06df7 |
|
BLAKE2b-256 | 736f10cb65fbf37a278411541bbd1321300546abf2b1130d4292efbbaed1864b |