Simple Google App Engine tutorial using webapp2 and jinja2 in python 2.7
Filed under python, webapp2, google-app-engine, django
Things are continued from here...
In this post we shall be making a simple application that takes notes. It is done so as to perform CRUD operation via the webapp2 framework.
We want things to be the django way(as per the initial post also, it helps being more organized ...
Filed under python, webapp2, google-app-engine, django
In this post lets talk a little about the webapp2 python framework.
What this post is about?
All it does is to introduce new django devs to writing a better formatted code spread over different files(like in django), while using webapp2. It will help you get started using webap2 ...