Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 615 Bytes

File metadata and controls

13 lines (7 loc) · 615 Bytes

Website built using: Python, WebApp2 Framework and hosted on Gooogle App Engine

The code is hosted in Google App Engine. I builtit few years back, while I was learning Python and Web Application Development course in Udacity. It has following file:

  1. Projects.py: Contains datamodels for the blog in the application. Content is stored in google datastore.

  2. Main.Py: Contains handlers and url routing for the website.

  3. Comments.Py: Contains datamodels for comments received on the website.

  4. App.Yaml: Contains settings and others for the website

  5. Users.py: Contains datamodels for User Registration