Tag: django

Integrating Django Templates With React For Dynamic Webpages

Integrating Django templates with React for dynamic webpages

Dev

Create a dynamic demo blog site using Django and React to demonstrate Django’s server-side functionalities and React’s interactive UI.

Kayode Adeniyi
Apr 18, 2024 ⋅ 7 min read
How To Create A REST API With Django REST Framework

How to create a REST API with Django REST framework

Dev

Use the Django REST framework to create powerful APIs for your web application, handling user login and authentication.

Gaurav Singhal
Mar 13, 2024 ⋅ 11 min read
Develop Charts Django ChartsJS

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

Dev

By default, the Django admin interface provides only a list view of data, but, sometimes, it’s helpful to display data in a graphical format using a chart.

Muhammed Ali
Feb 27, 2023 ⋅ 5 min read
How Why Use Next JS Django

How and why you should use Next.js with Django

Dev

Both Next.js and Django can efficiently handle a web application’s frontend and backend sections. Therefore, it’s unsurprising that this combination has a few use cases.

Oyinkansola Awosan
Oct 13, 2022 ⋅ 4 min read
Using React With Django To Create An App: Tutorial

Using React with Django to create an app: Tutorial

Dev

Learn how to integrate React with Django, create a simple CRUD API with the Django REST framework free from common CORS issues, and more.

Diogo Souza
Jul 15, 2022 ⋅ 16 min read
Django GraphQL Project Graphene

Django and GraphQL: Demo project with Graphene

Dev

Django with GraphQL can be more powerful and extensible than Django with REST API. View a samlpe Django and GraphQL project with Graphene.

Tigran Bayburtsyan
Apr 19, 2022 ⋅ 5 min read
Dockerize Django App

Dockerizing a Django app

Dev

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

Kimaru Thagana
Apr 8, 2022 ⋅ 10 min read

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

Dev

Learn how to build a powerful, full stack web app with Vue.js and Django REST framework using this in-depth guide and example build.

Rose Chege
Feb 17, 2022 ⋅ 11 min read
Whats New Django v4

What’s new in Django v4.0

Dev

Explore some of the new features in Django v4.0, as well as some of the older third-party versions that have been removed.

Popoola Temitope
Dec 30, 2021 ⋅ 3 min read
Django Migrations With Python

Making Django migrations in Python

Dev

By working closely with Django migrations to manage a SQL database, you can learn how to troubleshoot costly mistakes.

Jaya Moore
Dec 17, 2021 ⋅ 14 min read
How to Receive Webhooks in Python With Flask or Django

How to receive webhooks in Python with Flask or Django

Dev

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

Timothy Olaleke
Nov 26, 2021 ⋅ 3 min read

Filtering QuerySets dynamically in Django

Dev

Learn how to filter a Django QuerySet dynamically using AJAX, and build list pages for your web apps that allow filtering and pagination

Gaurav Singhal
May 14, 2021 ⋅ 8 min read