Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
professor-ben committed Dec 22, 2022
1 parent bb7f673 commit b80550f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ from flask import Flask
from flask_sqlalchemy import SQLAlchemy
from flask_migrate import Migrate

from models import db

app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///app.db'

Expand Down

0 comments on commit b80550f

Please sign in to comment.