I&#39;ve looked at all three recently and have to recommend sticking with the App Engine Helper. I haven&#39;t had to deviate from standard django at all except for working with models/the datastore, and your likely going to have to that issue with whatever GAE framework you use.<div>
<br></div><div>I just found this project which emulates the automatic admin interface on GAE called App Engine Autoadmin (<a href="http://code.google.com/p/appengine-admin/">http://code.google.com/p/appengine-admin/</a>). I will be evaluating this project in the near future. If it works as advertised, then you have pretty much everything you need to base a GAE application on Django.</div>
<div><div>
<br><br><div class="gmail_quote">On Tue, Mar 2, 2010 at 2:55 PM, wesley chun <span dir="ltr">&lt;<a href="mailto:wescpy@gmail.com">wescpy@gmail.com</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

&lt;<a href="mailto:rami.chowdhury@gmail.com">rami.chowdhury@gmail.com</a>&gt; wrote:<br>
&gt; On Monday 01 March 2010 11:12:34 William Deegan wrote:<br>
&gt;&gt; How hard is it to run Django on GAE?<br>
&gt;<br>
&gt; Apparently it&#39;s doable -- there&#39;s a fairly active project here:<br>
&gt; <a href="http://code.google.com/p/google-app-engine-django/" target="_blank">http://code.google.com/p/google-app-engine-django/</a><br>
<br>
i put in a little appendix section of our Django book on how to run<br>
Django apps on App Engine, and it uses the helper. however, i wasn&#39;t<br>
it wasn&#39;t in time to discover a similar project which is more similar<br>
to Django than the helper, called the App Engine Patch:<br>
<br>
<a href="http://code.google.com/p/app-engine-patch/" target="_blank">http://code.google.com/p/app-engine-patch/</a><br>
<br>
this project was newer, and you can find on their web page towards the<br>
bottom, some information that differentiates the 2 projects. however,<br>
i say &quot;was&quot; because the patch is no longer actively being worked on in<br>
favor of yet another project -- django-nonrel -- that has a more<br>
ambitious goal: running Django apps natively on App Engine:<br>
<br>
<a href="http://allbuttonspressed.com/" target="_blank">http://allbuttonspressed.com/</a><br>
<br>
here is a specific blogpost about pure Django on App Engine:<br>
<a href="http://www.allbuttonspressed.com/blog/django/2010/01/Native-Django-on-App-Engine" target="_blank">http://www.allbuttonspressed.com/blog/django/2010/01/Native-Django-on-App-Engine</a><br>
<br>
&gt; There&#39;s also apparently the Kay Framework, which is designed specifically to<br>
&gt; be Django-like but for GAE... and uses a lot of the existing Python web app<br>
&gt; ecosystem:<br>
&gt; <a href="http://code.google.com/p/kay-framework/" target="_blank">http://code.google.com/p/kay-framework/</a><br>
<br>
the patch maintainers also recommend looking at Kay as an alternative.<br>
<br>
cheers,<br>
-- wesley<br>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<br>
&quot;Python Web Development with Django&quot;, Addison Wesley, (c) 2009<br>
    <a href="http://withdjango.com" target="_blank">http://withdjango.com</a><br>
<br>
wesley.j.chun :: <a href="http://wescpy-at-gmail.com" target="_blank">wescpy-at-gmail.com</a><br>
python training and technical consulting<br>
cyberweb.consulting : silicon valley, ca<br>
<a href="http://cyberwebconsulting.com" target="_blank">http://cyberwebconsulting.com</a><br>
_______________________________________________<br>
Baypiggies mailing list<br>
<a href="mailto:Baypiggies@python.org">Baypiggies@python.org</a><br>
To change your subscription options or unsubscribe:<br>
<a href="http://mail.python.org/mailman/listinfo/baypiggies" target="_blank">http://mail.python.org/mailman/listinfo/baypiggies</a><br>
</blockquote></div><br></div></div>