Articles in this series
Understanding what and why of the Django framework · Introduction Welcome to Django Basics series, in this series we'll explore the basics of the Django...
Installing and Setting up a basic Django project. · Introduction The crucial aspect of starting to learn any framework is the ease to set it up and...
Understanding the folder structure of Django Projects and Applications · Introduction After setting up the development for the Django framework, we will...
Creating and Understanding the working of views and URLs in Django · Introduction After getting familiar with the folder structure of the Django...
Rendering templates/HTML docs in the Django project/app · Introduction After learning the basics of views and URLs, we can now move on to the next...
Loading Static Files in a Django project/app · Introduction After creating templates, it should be rather tempting to add some styles and logic to them....