Quick intro: This is a quick Django tutorial where we'll build a recipe sharing web app. The final application will allow users to create profiles, recipe lists and share them with other users. Django is one of the best web
Django
A collection of 10 posts
Understanding Django Class-Based Views
One of the key features of Django is its use of class-based views, which provide a way to organise and simplify the process of handling incoming HTTP requests and returning the appropriate response. A class-based view in Django is simply