nighthawkcoders / flask_2025

This project is a web application for managing Classroom instruction and operations. It is built using Flask, SQLAlchemy, and other requirements.txt dependencies.
https://flask2025.nighthawkcodingsociety.com/
0 stars 6 forks source link

Removed PFP API (pfp.py) db operations, added to model (users.py) accordingly #9

Closed tuckergol closed 2 months ago

tuckergol commented 2 months ago

Finalizing PFP by removing db operations in pfp.py and replacing with calls to User model methods to fulfill instructor feedback.