Project

General

Profile

ModjyAndDjango » History » Revision 2

Revision 1 (Alan Kennedy, 2009-03-22 08:44 PM) → Revision 2/3 (Alan Kennedy, 2009-03-22 10:44 PM)

h1. Django and modjy. 

 h2. Django WAR packaging. 

 "Django":http://www.djangoproject.com/ is __the web framework for perfectionists with deadlines__ . 

 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/ . 

 The following links contain information specific to running Django on jython using modjy. 

  # Django Project "Running django on jython":http://docs.djangoproject.com/en/dev/howto/jython/ 

 h2. Django WAR packaging. 

 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.