Newt-Tea / eMarket-MSU-Intro-to-SE_Group1

A Self Hosted E-Commerce Website built with Django python and SQLite database
1 stars 0 forks source link

UserLogin Form creation + login url working #51

Closed aambrose1 closed 4 days ago

aambrose1 commented 4 days ago

Created the form and updated models.py, login.html, view.py to incorporate the form. Models.py registered with settings to create new users. unrelated Tiny fix - added "_view" to urls.py to fix bug.