Django Basics: Templates
Introduction
After learning the basics of views and URLs, we can now move on to the next concept i.e. Templates. In Django, Templates are quite an important component for the application as it acts as the frontend for the web application. With the he...
techstructiveblog.hashnode.dev11 min read