Project Challenge: Inserting Users in Sign-Up
In this lesson, we will be modifying the sign-up method to insert users in the database.
We'll cover the following...
Problem statement
In this challenge, we will be modifying the signup
view that we made previously. In that function, we were inserting new users into the list. However, now that we have the models created, we should insert the new ...