ModjyAndDjango

Version 3 (Alan Kennedy, 02/25/2011 09:04 pm)

1 1
h1. Django and modjy.
2 1
3 1
"Django":http://www.djangoproject.com/ is __the web framework for perfectionists with deadlines__ .
4 1
5 1
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 2 Alan Kennedy
The following links contain information specific to running Django on jython using modjy.
8 2 Alan Kennedy
9 2 Alan Kennedy
 # Django Project "Running django on jython":http://docs.djangoproject.com/en/dev/howto/jython/
10 2 Alan Kennedy
11 2 Alan Kennedy
h2. Django WAR packaging.
12 1
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.