(.myvirtualenv) pip install python-dotenv=0.20.0 (.myvirtualenv) pip install Django=5.1.11 (.myvirtualenv) cd ../ When starting the Django Website from the Virtual Enviroment (.venv) you will notice ...
* Next, we will create a connection to a sql database using the command, sqlite3.connect("name_of_database"), and store this in a variable. * To store your sql query, create a variable. ```{python} ...