Skip to content

stnc-python/multiplog

 
 

Repository files navigation

Multiplog: A Multi User Blog Example

This is a multi user blog application example. A live example of the application is here: Live Demo

Features

  • A functional user management system
  • logged-in users can:
    • create, update, or delete their own posts.
    • comment to all posts.
    • edit and delete their own comments.
    • like/dislike other people's posts and comments.
  • Not logged-in users can only read all posts.

Requirements

  • Python 2.7.11
  • Google App Engine Account
  • Jinja2 Template Engine

Usage

  • Download (or clone) the repository
  • Create and configure your App Engine account
  • Deploy the application.

About

A Multi User Blog Application Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.8%
  • HTML 41.4%
  • CSS 0.8%