A Simple blogging framework written in Python with the help of Bottle and MongoDB as a backend.
-
Clone the repo wherever you would like
-
Edit settings.json with your settings
-
Run
python setup.py
to create an account and the runpython app.wsgi
to start the web app in the Python debug server. The app.wsgi file is already mod_wsgi compatible.
- Easy to use interface
- RESTful API - Docoumentation comming
- Bootstrap based
- Wiki Creole formatting available
-
Python 2.6+
-
Jinja2
-
Bottle 0.11+
-
PyMongo
-
Python Creole
-
MongoDB 2.2.0+
- Improve JavaScript
- User Management
- Image uploads
- More comprehensive setup via setup.py