Django's Interaction with DataBases
Let's open a new app with the code we are familiar with. I am naming mine "notes". python manage.py startapp notes Like previously, we should register it to settings.py file as well. After doing that, we should go to our models.py file. This is the...
Jul 7, 20224 min read51

