roza / django.js

Javascript tools for Django

Home Page:http://djangojs.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django.js

image

image

image

image

Django.js provides tools for JavaScript development with Django.

Django.js is inspired from:

This is currently a work in progress (API wil not be stable before 1.0) so don't expect it to be perfect but please submit an issue for any bug you find or any feature you want.

Compatibility

Django.js requires Python 2.6+ and Django 1.4.2+.

Installation

You can install Django.js with pip:

$ pip install django.js

or with easy_install:

$ easy_install django.js

Add djangojs to your settings.INSTALLED_APPS.

Add djangojs.urls to your root URL_CONF:

urlpatterns = patterns('',
    ...
    url(r'^djangojs/', include('djangojs.urls')),
    ...
)

Documentation

The documentation is hosted on Read the Docs

About

Javascript tools for Django

http://djangojs.readthedocs.org/en/latest/

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 74.7%Language:Python 18.4%Language:CSS 5.8%Language:HTML 0.8%Language:Makefile 0.3%Language:Shell 0.0%