I am at the same crossroads, except that I am using Django elsewhere.
At first my thinking was, well, if I don't get the (very helpful)
admin and generic views due to the ORM difference, then what's the
point? Then I found myself wishing for some of the simpler
conveniences and conventions of Django, which I would probably end up
emulating with GAE. Then there is the Django template usage already
there.
Having seen Dick Wall's Django-ized guestbook app (elsewhere in the
group) I will probably go this route, if for no other reason than less
confusion for me. If you're not already using Django, then you may as
well go with GAE and you will probably not throw away much learning if
you decide to go to Django in the future.
On Apr 9, 7:26 am, detz <
ryandet...@gmail.com> wrote:
> I've written a quick app using the Google walk through and all though
> I don't know Python it was pretty easy. I'm ready to take the next
> step and convert an existing app to this but I'm not sure if I should
> stick with the Google framework or jump right over and start usingDjango. Any big difference or is it preference? So from a newbie