Hi I would like to discuss and understand main differences and advantages between Django and GAE framework.
Native GAE allows to create anything but from scratch, using different google API such as Users API, Google Datastore and many other. It gives a lot of options and freedom in development but also makes you write lots of code and spend lots of time for planning.
So I've started looking for some Frameworks.
As I understand GAE framework have MVC and API for making Forms, Messages, Blogs, Forums. Same functions and even more
Django allows. Django was build for news-sites de-facto it used for many other proposes.
What the main difference GAE framework with Django. And what GAE framework against Django?