On Dec 15, 4:58 am, Bobby <bobbysoa...@gmail.com> wrote:
> In addition to this i'm seeing that the Django admin site has been
> replaced by the AppEngine data viewer which isn't as powerful or
> customizable right now, so i'm not seeing alot of reasons to use the
> Django framework (other than wanting to).
>
> What are the main advantages of using Django on the AppEngine? (i can
> see at least two disadvantages in having an additional layer and added
> configuration/maintenance).

Well, that's exactly what I think of using Django in appengine.
You don't get one of its most useful features (admin), and you have a
bloated layer on top of App Engine.

In my case, I use a lightweight and easier option called "webpy".
It is very similar to webapp, the built-in GAE framework, but more
polished, simple and complete (actually, it was the inspiration behind
webapp).
Check it out: http://webpy.org

Luis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to