Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 982 Bytes

week2.md

File metadata and controls

18 lines (14 loc) · 982 Bytes

Week: June 21, 2022 - June 26, 2022

Coding Period Week 2 Report

Generic badge Generic badge

Progress till now:

TODO:

Steps might be:

  • add import for sqlalchemy in the init.py file
  • figure out what kinds of parameters you need to use to connect to the postgresql database.
  • functions in User.py that will need to be updated.
  • Look up docs for this function: from flask_login import UserMixin ..