In this post, we are going to learn about function based views in Django.Django has two types of views; function-based views (FBVs), and class-based (more…)
Read more »
In this tutorial, you will learn to integrate MailChimp service with Django.
MailChimp is an email marketing service. It is a service that can allow you to collect subscribers from your website for email marketing. Their API will provide you with a pla... (more…)
Read more »
This is a very common problem that every developer will eventually face at some point. Your boss or a client comes witha set of requirements and asks you to ... (more…)
Read more »
I spent over 4 hours updating Two Scoops of Django 3.x, taking it from 446 to 461 pages. Accomplishments: - Advanced techniques for multiple user types, for ... (more…)
Read more »
In this tutorial, we'll build a basic Django web application using FusionAuth for an easier and safer way of handling user registration and authentication. (more…)
Read more »