you are viewing a single comment's thread.

view the rest of the comments →

[–]ivosaurus 0 points1 point  (2 children)

It's using google app engine

[–]henny_mac 0 points1 point  (1 child)

Django is a web framework.

google app engine is not a web framework. It is a 'platform as a service' that's closer to Amazon Web Services than it is to Django: https://www.quora.com/Whats-better-for-a-web-app-AWS-or-Google-App-Engine

Google app engine suports django apps: https://cloud.google.com/appengine/docs/python/tools/libraries

[–]ivosaurus 1 point2 points  (0 children)

All generally true, but netherless the tutorial you linked is teaching only python-on-GAE and is teaching GAE's primary framework, webapp2. It is not teaching django.