Total Pageviews

Thursday 14 July 2016

一个基于django的博客程序-mtum


Clone tumblr.com with django (just for learn django) 使用 django 实现 。
Installation of Dependencies
In development:
$ pip install -r dev-requirements
For production:
$ pip install -r requirements.txt

from https://github.com/mozillazg/mtum