Django has two types of views; function-based views (FBVs), and class-based views (CBVs). Django originally started out with only FBVs… (more…)
Read more »
Hi! As web developers we have to be mindful about a lot of attack types and follow best practices to keep our users and data safe. My… (more…)
Read more »
In this example, we’re going to build a web application to manage an author and their books using Django nested formsets. Once we are done… (more…)
Read more »
Hy introduces a List that gives you all the power of macros and the elegant Lisp syntax while enabling the full power of Python. Although it's easy enough to use Python libraries in Hy, you just import them as you would in Python, I was weary of using a ... (more…)
Read more »
Explore the features of Django Channels REST Framework for building WebSocket API consumers with Django. (more…)
Read more »