Skip to content

bianyuanop/MyBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Testing git

Usage

cd /path/to/MyBlog/  

python3 -m venv venv

source venv/bin/activate

pip3 install -r requirements.txt

export FLASK_APP=flaskr

flask init-db

mkdir instance/pic

flask run

flask run --host=0.0.0.0 (if you want see the website at phones)

Then you can open localhost:5000 or 127.0.0.1 to see the website

About

A simple flaskr blog project with pure flask and html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published