ryanabury / CMPSC431W_SP17_Project

A database-run website/application for CMPSC 431W.
3 stars 1 forks source link

Create login and create user files #81

Closed jdeshaies23 closed 7 years ago

EthanDRaymond commented 7 years ago

This is looking good, although I would suggest generating the HTML dynamically. Using the j2html library. That is what the page class is for.

jdeshaies23 commented 7 years ago

Yeah, I'm working on learning how to use that.