Skip to content

ModjyAndDjango

amak edited this page Aug 19, 2024 · 1 revision

Django and modjy.

Django 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 on the Django on Jython project .

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

  1. Django Project Running django on jython

Django WAR packaging.

The Django on Jython project includes a WAR packaging tool which takes care of all of the details of making WARs from Django projects, including packaging the framework, dependencies, etc.

Clone this wiki locally