A django app that contains the necessary javascript files to use knockback.js
Project description
Django-Knockback is a utility app that just contains all the javascript dependencies that are required in order to use knockback.js.
The app depends on django-compressor in order to serve knockback.js in both compressed and uncompressed forms.
The current versions of the javascript libraries are:
JQuery 1.8.3
Underscore 1.4.3
Backbone 0.9.9
Knockout 2.2.0
Knockback 0.16.8
Installation:
Open the console and then type:
pip install django-knockback
Usage:
Include the ‘knockback’ app in the INSTALLED_APPS and then type:
./manage.py collectstatic.
To include knockback.js into your page just include the knockback/knockback.html template into the <head> tag or extend the knockback/base.html template. The base.js has two blocks named head and body that contain the content of their respective tags.