django

Develop Charts Django ChartsJS

How to develop charts in your Django admin with Chart.js

By default, the Django admin interface provides only a list view of data, but, sometimes, it’s helpful to display data in...
Muhammed Ali
5 min read
How Why Use Next JS Django

How and why you should use Next.js with Django

Both Next.js and Django can efficiently handle a web application's frontend and backend sections. Therefore, it's unsurprising that this combination has...
Oyinkansola Awosan
4 min read
Using React With Django To Create An App: Tutorial

Using React with Django to create an app: Tutorial

Learn how to integrate React with Django, create a simple CRUD API with the Django REST framework free from common CORS...
Diogo Souza
16 min read
Django GraphQL Project Graphene

Django and GraphQL: Demo project with Graphene

Django with GraphQL can be more powerful and extensible than Django with REST API. View a samlpe Django and GraphQL project...
Tigran Bayburtsyan
5 min read
Dockerize Django App

Dockerizing a Django app

This short guide, filled with tips and tricks, will walk you through how to set up a Django project with Docker....
Kimaru Thagana
10 min read

How to create a REST API with Django REST framework

Django REST framework (DRF) is a powerful and flexible toolkit for building Web APIs. Its main benefit is that it makes...
Gaurav Singhal
6 min read

How to build a Vue.js app with Django REST framework

Learn how to build a powerful, full stack web app with Vue.js and Django REST framework using this in-depth guide and...
Rose Chege
11 min read
Whats New Django v4

What’s new in Django v4.0

Explore some of the new features in Django v4.0, as well as some of the older third-party versions that have been...
Popoola Temitope
3 min read
Django Migrations With Python

Making Django migrations in Python

By working closely with Django migrations to manage a SQL database, you can learn how to troubleshoot costly mistakes.
Jaya Moore
14 min read
How to Receive Webhooks in Python With Flask or Django

How to receive webhooks in Python with Flask or Django

Webhooks are HTTP endpoints that are triggered when an event occurs. Learn how to receive webhooks in both Flask and Django.
Timothy Olaleke
3 min read

Filtering QuerySets dynamically in Django

Learn how to filter a Django QuerySet dynamically using AJAX, and build list pages for your web apps that allow filtering...
Gaurav Singhal
8 min read

QuerySets and aggregations in Django

Learn how to efficiently utilize filters and queries in Django from basic to advanced with this guide to QuerySets and aggregations.
Gaurav Singhal
6 min read