Reputation: 2654
I'm new to django and jython. So, I have a very basic question. Is it possible to run java applications using jython in django framework? I've got jython installed and django running on my machine, and I'm trying to write an applet. Many thanks in advance.
Upvotes: 3
Views: 575
Reputation: 2005
The latest development documentation has a complete chapter covering Django and Jython: http://docs.djangoproject.com/en/dev/howto/jython/
And you can also check the python wiki on jython: http://wiki.python.org/jython/DjangoOnJython
Upvotes: 2