Skip to content

anton-kachurin/way-too-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Way-too-old Blog

A multi-user blog hosted on Google Cloud. Features a custom micro-framework built on top of Webapp2 and a Datastore access abstraction layer. Uses Jinja2 as a template engine.

In this blog users can share examples of how things changed in the programming world over the past years. They can post two snippets of code demonstrating these changes and discuss it in the comments with other people. And of course, like their favorites!

Demo is available here.

Setup

When running locally

Change this:

app = micro_framework.WSGIApplication(debug=False)

To this:

app = micro_framework.WSGIApplication(debug=True)

License

Anton Kachurin, 2017, Apache License v2.0

Built with Bootstra.386 (under Apache License v2.0)

About

Google Gloud webapp2 + Datastore blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published