开发者

using django-jython

开发者 https://www.devze.com 2023-01-20 17:52 出处:网络
I have read fromthe django-jython wiki that 1.1.1 is not compatible with django 1.2, and that jython does not works with the default django backend.

I have read from the django-jython wiki that 1.1.1 is not compatible with django 1.2, and that jython does not works with the default django backend.

Does this means I'm unable to use django 1.2 with jython at the momen开发者_如何学编程t?


I was able to get django 1.2 working just fine in jython 2.5. You will have to use the SVN build of django-jython.

I would recommend that you use Java 6 I was able to get it running in Java 5 but I had to rebuild the ruby file system jar and remove the Java 6 database drivers from the packaged war. So you wont end up with war file that can be deployed on any environment unless you are using Java 6.

0

精彩评论

暂无评论...
验证码 换一张
取 消