Simple Python(webapp2) based blogging engine hosted on Google Appengine.
- Inbuilt user authetication and session management(memcache)
- Register users can submit blog post
- Fron page shows last 10 blog posts
- Minimised DB queries using memcache
- JSON API Interface (currently for blog posts and home page only)
Functional DEMO - http://light-weight-blog.appspot.com/
- Google Appengine Datastore
- Jinja 2
Yes, I hope so. Please be free to fork it.
Theses are some features to be implemented
- Markdown editor
- Tagging and Categorization of blog posts
- User profiles with user associated contents
- Ability to edit blog posts
- Ability to change user passwords
- Content revisions
- API for user authentications and creating posts
- Support for other databases