Django Basics: What is Django
Understanding what and why of the Django framework
Nov 16, 20216 min read46

Search for a command to run...

Series
Understand the fundamentals of backend web development with Django web framework.
Understanding what and why of the Django framework

Installing and Setting up a basic Django project.

Understanding the folder structure of Django Projects and Applications

Creating and Understanding the working of views and URLs in Django

Rendering templates/HTML docs in the Django project/app

Loading Static Files in a Django project/app
