Skip to content

luhaibo/blog

Repository files navigation

flaskblog

intro

This is a person blog, powered by flask.

Steps

  1. pip install -r requirement.txt

    install all extensions:for example:flask,flask-wtf and so on

  2. python manager.py createall

    create all tables in mysql, but MUST modify config.py:SQLALCHEMY_DATABASE_URI

  3. python manager.py runserver

  4. Visit 127.0.0.1:5000/login, put your posts

Additional Information

In addition, the flask Blueprint version is: https://github.com/sixu05202004/flaskblog-blueprints

More complicated applications is https://github.com/sixu05202004/autotest

Another is https://github.com/sixu05202004/newsmeme

About

一个小blog,根据sixublog改编,用于自用。。。其他的我也不明白了。。别给我发法律文档阿。。告诉我下,我就会删除了

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors