Skip to content

setomits/mow

Repository files navigation

Blogging system using Python 3.

Requirements

"Mow" is a bloggging system using Python 3. Unfortunately, we will not support before Python 3.3.

As you see requirements.txt, "mow" uses popular Python libraries like Flask, SQLAlchemy, and so on.

Pages are shown faster if you use memcached.

Clone Repository, Install Libraries and app

$ cd WORKING_DIRECTORY
$ git clone git@bitbucket.org:lilbit/mow.git
$ cd mow
$ pip install -r requirements.txt
$ ./init_db.py
$ ./register_user.py YOURNAME YOURPASSWORD

Run Development Server

$ cd mow
$ ./runserver.py

Testing

$ cd mow
$ ./testrunner.sh

About

blogging engine with mod_wsgi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published