Commit a31d1c90 authored by Thathsarani R.P.H.S.R's avatar Thathsarani R.P.H.S.R

Create create_database.py

parent 7f7a51fd
from app import app, db
# Create the database tables
with app.app_context():
db.create_all()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment