Creating the Best TODO app With the Django Master [pt.2]
This is the second Part of multipart Blog, in this Blog, we will be Looking at the V of MVT architecture of Django.
What is V?
V stands for Views, a View in Django is a function that is used to Generate a Response for a request. Views are written in ...
blog.django-tutorial.dev2 min read