Tag: Django user
How to Create User using Django Shell
Last updated on 1st July 2022 by Madderla Saikumar | Category: Django Tutorial
Now we are going to put data in database. For this we are going use the Django shell to put data in our database. In this blog i will show you how to access the Shell in order to connect to the database,store and update the data. Make sure your virtual environment activated and your […]