Project Solution: Inserting Users at Sign-Up
Let's review the solution for how to insert users in the signup method.
We'll cover the following...
Solution
B ÃK ^ ã @ s d S )N© r r r úS/Users/wasifibrahim/Documents/new_project/django_project/django_project/__init__.pyÚ<module> ó
Explanation
In this challenge, we removed the code that we were previously using for the users
dictionary. Now, we’ve used the models instead to create new users and store them inside the database. We modified the already existing view signup
that we created in ...