django-canjs

CanJS integration library for Django


Keywords
django, canjs
License
MIT
Install
pip install django-canjs==0.1.2

Documentation

RUN!!!

This project is alpha quality software and should be considered as placeholder for something that could eventually be usable. Therefor it has no documentation or any kind of support and shouldn't be used.

django-canjs

CanJS integration library for Django

Quickstart

Install using pip/easy_install:

$ pip install django-canjs

Add to INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'canjs',
)

Use in templates to include required CanJS files:

{% load canjs %}
{% canjs %}

Documentation

no docs - work in progress

Support and updates

You can contact me directly at aljosa.mohorovic@gmail.com, track updates at https://twitter.com/maljosa or use github issues. Be persistent and bug me, i often find myself lost in time so ping me if you're still waiting for me to answer.

License

MIT (see LICENSE)