Creating Your First Application in Django
First of all I created a new project from terminal which is the main one and called "main" Open a new terminal, then a new project. I will name mine "movies". python manage.py startapp movies Now, we need to register this app in the settings module....
Jun 30, 20222 min read75

