Hi, I used jump to package a Django application into a WAR file (You can find the instructions here: http://gitorious.org/jump/pages/DjangoWarUsingJump). The created WAR file worked fine on TomCat, but when I extracted the WAR file and uploaded the extracted directory to Google App Engine, it shows me an 500 error. The error is occurred by threading used in Django while GAE disables it.
The problem is, it it possible to disable multithread in Django? Don't even let Django have a chance to import thread because that cases error because it's not there on GAE. I was wondering Python Django application could run on GAE, why Jython Django application could not. Any idea? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---