sergei-maertens / django-systemjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django SystemJS

https://travis-ci.org/sergei-maertens/django-systemjs.svg?branch=master Documentation Status

Django SystemJS brings the Javascript of tomorrow to Django, today.

It leverages JSPM (https://jspm.io) to do the heavy lifting for your client side code, while keeping development flow easy and deployment without worries. In DEBUG mode, your Javascript modules are loaded asynchronously. In production, your app is nicely bundled via JSPM and ties in perfectly with django.contrib.staticfiles.

Installation

Follow the documentation on http://django-systemjs.readthedocs.org/en/latest/.

About

License:MIT License


Languages

Language:Python 95.6%Language:JavaScript 3.4%Language:HTML 0.7%Language:Shell 0.3%