How do I get Phusion Passenger to work with Django for App Engine?
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-05-16T03:57:19Z
Indexed on
2010/05/16
4:00 UTC
Read the original article
Hit count: 254
I'm having a devil of a time getting Phusion Passenger to work with django-nonrel for Google's App Engine. I can seem to get it to work for GoogleAppEngineLauncher and for the production server but not Passenger; or for Passenger and GoogleAppEngineLauncher but not the production server; or for Passenger and the production server but not GoogleAppEngineLauncher.
How do I get my app to deploy on all three?
© Stack Overflow or respective owner