Skip to content

darkpanda08/flask_blog_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Blog Website

To create database:

python3
from flaskblog import db
db.create_all()