Django development targeting both the Google App Engine and Py2Exe

Posted by bp on Stack Overflow See other posts from Stack Overflow or by bp
Published on 2010-04-21T22:39:17Z Indexed on 2010/04/21 22:43 UTC
Read the original article Hit count: 411

I must hand in a mostly static database-driven website on a topic on my choice by the end of June as both a hosted version live on the internet and a stored version on a cd-rom. "Ease of launching" is one of the bulletpoints for evaluation of the project. (Yeah, I know.)

I and my project mate are currently comparing various frameworks and technologies to help us deliver and deploy this as quickly and painlessly as possible. Theoretically, by using Django, I can target the Google App Engine (which I guess would provide us reliable, free-as-in-beer hosting) or the Py2Exe system + SQLLite (which I guess would make starting the website server from disk as hard as doubleclicking on an .exe file). Sounds better than what PHP and MySQL can ever hope to bring me, right?

However, we need to target both Py2Exe and the GAE. How much of the differencies between these wildly different configurations are hidden by Django? What will instead require special attention and possibly specialized code on my end?

© Stack Overflow or respective owner

Related posts about django

Related posts about py2exe