Am 30.09.2010 00:12, schrieb Antoine Pitrou: > On Wed, 29 Sep 2010 23:58:05 +0200 > "Martin v. Löwis" <mar...@v.loewis.de> wrote: >>> That shouldn't be too hard. Someone just has to create an App Engine >>> project and handle the deployment. I guess the trickiest part is >>> making sure enough people have admin access so multiple people can >>> update the website, especially if we run a modified copy so that >>> bugs.python.org can push "anonymous" (and probably be the only thing >>> that can). >> >> I was hoping that I can run Rietveld on the same machine as roundup, >> with the added advantage that people can use the same logins, and >> even the same cookies. > > That would be very nice. > Aren't there some App Engine emulation layers? Or are they only for > development?
There is dev_appserver.py, but it is indeed only for development. However, there is also gae2django, which I'm going to try. Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com