Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 541 Bytes

Multi-user Blog

Barebones blogging platform with open user registration.

To run:

  • Authentication requires a file in the root directory named secrets.py with the following format:

  •   class Secret():
      	local_auth_secret = "string"
      	cookie_secret = "string"
    
---
####
This app is powered by Google App Engine. This project is a component of the [Udacity](http://www.udacity.com/) Full Stack Web Development Nanodegree.