[Python-Dev] We should be using a tool for code reviews

Guido van Rossum guido at python.org
Thu Sep 30 00:38:52 CEST 2010


On Wed, Sep 29, 2010 at 3:12 PM, Antoine Pitrou <solipsis at pitrou.net> wrote:
> On Wed, 29 Sep 2010 23:58:05 +0200
> "Martin v. Löwis" <martin at 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?

Yes, http://code.google.com/p/django-gae2django/ (see also
http://code.google.com/appengine/articles/pure_django.html)

-- 
--Guido van Rossum (python.org/~guido)


More information about the Python-Dev mailing list