You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--connect to database
def connect_db():
return sqlite3.connect('posts.db')
Do we need to include this? Aren't we already exporting it to DATABASE_URL='sql:///posts.db' and we are using SQLAlchemy for this project.I think we should comment this line.