Skip to content

bigfreecoder/maple-blog

 
 

Repository files navigation

maple-blog

https://img.shields.io/badge/license-GPL3.0-blue.svg https://img.shields.io/badge/python-3.5-green.svg

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

How to use

Install necessary package

pip install -r requestments.txt 

Configure

Please perfect configure at config/config.py

mv config.example config

Initialization sql

$ python manager.py db init
$ python manager.py db migrate
$ python manager.py db upgrade

Create superuser

python manager.py create_user

Run

python run.py or python manager.py runserver

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.9%
  • HTML 42.8%
  • CSS 2.9%
  • JavaScript 0.4%