2011-09-14 03:48 - General
Just starting to work on rebuilding my one App Engine app to run on its own, to see how much work it would be. Doing development in Eclipse on Windows, and these links, which took some finding, helped a lot:http://peach3.nl/blog/2009/02/my-django-development-environment/
(The PYTHONUNBUFFERED bit gets the django development server running.)
http://www.codegood.com/archives/129
(There don't appear to be official mysql-python binaries, so here's some unnoficial ones.)