Let's Learn Django #3 Writing our first view
By now, we have seen how to initialise our project and the overview of different files in a Django project.Now, we will write out the first view/page.
Creating the First View - Hello World!
Let's start by creating a simple view that will return a sim...
blog.rachitkhurana.tech3 min read