Intro This is a person blog, powered by flask.
Steps:
-
python setup.py install install all extensions:for example:flask,flask-wtf and so on
-
python manager.py createall create all tables in mysql, but MUST modify config.py:SQLALCHEMY_DATABASE_URI
-
python manager.py runserver and Visit 127.0.0.1:5000/login, put your posts.
In addition, the flask Blueprint version is: https://github.com/sixu05202004/flaskblog-blueprints。
More complicated applications is https://github.com/sixu05202004/autotest