Skip to content

A Simple blogging framework written in Python using Bottle and MongoDB

License

Notifications You must be signed in to change notification settings

tedsalmon/pysimpleblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysimpleblog

A Simple blogging framework written in Python with the help of Bottle and MongoDB as a backend.

Setup

  1. Clone the repo wherever you would like

  2. Edit settings.json with your settings

  3. Run python setup.py to create an account and the run python app.wsgi to start the web app in the Python debug server. The app.wsgi file is already mod_wsgi compatible.

Features

  • Easy to use interface
  • RESTful API - Docoumentation comming
  • Bootstrap based
  • Wiki Creole formatting available

Requirements

  • Python 2.6+

  • Jinja2

  • Bottle 0.11+

  • PyMongo

  • Python Creole

  • MongoDB 2.2.0+

Roadmap

  • Improve JavaScript
  • User Management
  • Image uploads
  • More comprehensive setup via setup.py

About

A Simple blogging framework written in Python using Bottle and MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published