Masteringbackend logoMasteringbackend logo (white)
  • Learn
  • Build
  • Grow
  • Blog
  • Community
LoginGet Started
Back to Home

Django

3 articles in this category

Django vs React: They Solve Different Problems
Django
10 min read

Django vs React: They Solve Different Problems

Django and React are not competitors. One runs on a server and owns your data, the other runs in a browser and owns what the user sees. Here is what each actually does, why the comparison keeps getting made, and which one your project needs.

8/20/2026
Building a Basic Analytical App with Django and ChartJS
Backend

Building a Basic Analytical App with Django and ChartJS

We will demonstrate how to use Django to create a simple Data Analysis application. With this, we will explore how to set up Django, explore Django Requests and Responses, and discuss the Controller component, and how it interacts with Models and Views.

9/22/2021
Django Tutorial: The Ultimate Guide (2023)
Backend

Django Tutorial: The Ultimate Guide (2023)

This is the most comprehensive tutorial on the Django framework online. This Django tutorial will teach the Django framework by building a basic Todo web application that can Create, Read, Update and Delete, otherwise called “CRUD.”

9/8/2021