Skip to content

pcompassion/django.js

This branch is 26 commits ahead of noirbizarre/django.js:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

345308e · Mar 15, 2020
Mar 15, 2020
Jun 27, 2014
Jul 23, 2013
Jul 23, 2013
Jun 27, 2014
Oct 19, 2013
Aug 2, 2013
Oct 1, 2012
Apr 30, 2013
Aug 2, 2013
Oct 19, 2013
Oct 19, 2013
Oct 11, 2013
Jul 23, 2013
Aug 2, 2013
Oct 1, 2012
Jul 23, 2013
Dec 18, 2012
Feb 7, 2016
Jun 27, 2014

Repository files navigation

Django.js

https://secure.travis-ci.org/noirbizarre/django.js.png https://coveralls.io/repos/noirbizarre/django.js/badge.png?branch=master https://pypip.in/v/django.js/badge.png https://pypip.in/d/django.js/badge.png

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

Packages

No packages published

Languages

  • JavaScript 74.9%
  • Python 18.3%
  • CSS 5.7%
  • Other 1.1%