In this video you will be creating a Django app. You’ve already created the Django project which is the main entry point to your website.
This is the current structure of your web app so far. What you are looking at is considered the Django project portion of your web application.
You can see the utilities are there for configuration and routing, but there are no web pages yet, and no interactivity.
This is where the Django app comes in. A request will arrive at the front door of our Django project. Urls.py will determine the destination view for the particular request and direct it to the appropriate Django app.
Orephia on Sept. 3, 2021
@Bartosz when I try this command in my venv I get this error: Failed building wheel for psycopg2-binary, so I just copied the package into the venv