This is my own blog website by flask
You can have a look here
This version I use postgresql to storage the contents of articles
Send email has some bugs,I’m restoring it
pip install -r requestments.txt About flask-maple,you should use
git clone https://github.com/honmaple/flask-maple
cd flask-maple
python setup.py installAbout fortune
git clone https://github.com/honmaple/fortune
ln -s path/fortune/fortune blog_path/fortuneAbout org.py
git clone https://github.com/honmaple/org-python
ln -s path/org-python/org.py blog_path/org.pyPlease perfect configure at config/config.py
mv config.example/config.py ./config.py$ python manager.py db init
$ python manager.py db migrate
$ python manager.py db upgradepython manager.py create_userpython runserver.py or python manager.py runserver