On Wed, Sep 2, 2009 at 3:15 AM, Andi
Albrecht<albrec...@googlemail.com> wrote:
> [...] However, I've written a drop-in replacement for the App Engine API
> required by Rietveld which makes it possible to run Rietveld on pure
> Django. You can find the sources and setup instructions here
> http://code.google.com/p/django-gae2django/
> But setting this up is a bit more than just one click :)
I can confirm that Andi's plugin works great (I have set it up using
the PostgreSQL back-end). However, once I confirmed it was working, I
immediately set it aside until I could find time to write an adaptor
for our internal SCM system to produce diff data that Rietveld could
use...
So, as long as you are using git/svn/... it should work really well for you.
-Brent
If you're using git you should also consider
http://code.google.com/p/gerrit/ if you don't want to run on app
engine.
-Greg