Project

General

Profile

ModjyAndDjango » History » Version 3

Alan Kennedy, 2011-02-25 09:04 PM
Corrected a bad link

1 1 Alan Kennedy
h1. Django and modjy.
2
3
"Django":http://www.djangoproject.com/ is __the web framework for perfectionists with deadlines__ .
4
5
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/ .
6 2 Alan Kennedy
7
The following links contain information specific to running Django on jython using modjy.
8
9
 # Django Project "Running django on jython":http://docs.djangoproject.com/en/dev/howto/jython/
10
11
h2. Django WAR packaging.
12 1 Alan Kennedy
13 3 Alan Kennedy
The Django on Jython project includes a "WAR packaging tool":http://packages.python.org/django-jython/war-deployment.html which takes care of all of the details of making WARs from Django projects, including packaging the framework, dependencies, etc.