Project

General

Profile

ModjyAndDjango » History » Version 1

Alan Kennedy, 2009-03-22 08:44 PM

1 1 Alan Kennedy
h1. Django and modjy.
2
3
h2. Django WAR packaging.
4
5
"Django":http://www.djangoproject.com/ is __the web framework for perfectionists with deadlines__ .
6
7
Django is a WSGI compliant framework, and runs with modjy, thanks to the work of jython committer "Leo Soto":http://www.leosoto.com/ on the "Django on Jython project":http://code.google.com/p/django-jython/ .
8
9
The Django on Jython project includes a "WAR packaging tool":http://code.google.com/p/django-jython/wiki/WarDeployment which takes care of all of the details of making WARs from Django projects, including packaging the framework, dependencies, etc.