DEV Community

Django web framework

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Quiz Management System Project in Python | Django

Quiz Management System Project in Python | Django

Comments
1 min read
Django AllAuth Chapter 2 - How to install and configure Django AllAuth

Django AllAuth Chapter 2 - How to install and configure Django AllAuth

1
Comments
4 min read
Django: difference between MEDIA_ROOT and STATIC_ROOT

Django: difference between MEDIA_ROOT and STATIC_ROOT

Comments
4 min read
Adding Tailwind CSS to Django

Adding Tailwind CSS to Django

1
Comments
1 min read
Django application with allauth configuration.

Django application with allauth configuration.

Comments
6 min read
Hospede seu site Django com arquivos estĂĄticos na Vercel gratuitamente (Novo MĂ©todo)

Hospede seu site Django com arquivos estĂĄticos na Vercel gratuitamente (Novo MĂ©todo)

2
Comments
4 min read
Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial

Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial

2
Comments 1
6 min read
Deploying Django website to Vercel

Deploying Django website to Vercel

Comments
2 min read
Why Still Use Django Over FastAPI?

Why Still Use Django Over FastAPI?

Comments
4 min read
Complete Guide to the Django Services and Repositories Design Pattern with the Django REST Framework

Complete Guide to the Django Services and Repositories Design Pattern with the Django REST Framework

Comments
17 min read
Building a SaaS app using Django

Building a SaaS app using Django

1
Comments
3 min read
Determine which CBV (classed-base-view) of Django to use

Determine which CBV (classed-base-view) of Django to use

Comments
3 min read
Django Passwordless Authentication: A Comprehensive Guide with Code Examples

Django Passwordless Authentication: A Comprehensive Guide with Code Examples

Comments
5 min read
Export data from Django Admin to CSV

Export data from Django Admin to CSV

Comments
2 min read
Expressjs vs Django vs FastApi vs Golang vs Rust (Actix) vs Ruby on Rails vs LAMP Stack (PHP) Hypothetical Benchmark Results

Expressjs vs Django vs FastApi vs Golang vs Rust (Actix) vs Ruby on Rails vs LAMP Stack (PHP) Hypothetical Benchmark Results

Comments
1 min read
How I approach new problems as backend engineer

How I approach new problems as backend engineer

Comments
3 min read
Setting up `pre-commit` in a Django project

Setting up `pre-commit` in a Django project

Comments
2 min read
Deploy Django to Azure - The Easy Way

Deploy Django to Azure - The Easy Way

14
Comments
4 min read
Why I Joined HNG11 and How I Solved a Recent Backend Problem

Why I Joined HNG11 and How I Solved a Recent Backend Problem

1
Comments
2 min read
Introdução ao ORM do Django: Exercícios Pråticos

Introdução ao ORM do Django: Exercícios Pråticos

1
Comments 1
3 min read
OpenStack Horizon Week 7: Exploring Unit Testing

OpenStack Horizon Week 7: Exploring Unit Testing

Comments
6 min read
Updating a Record Creates a new Record

Updating a Record Creates a new Record

1
Comments 1
1 min read
Creation of choices in django model

Creation of choices in django model

1
Comments
2 min read
In which order a Django model is created?

In which order a Django model is created?

1
Comments
3 min read
Mastering Django Custom Management Commands: A Comprehensive Guide

Mastering Django Custom Management Commands: A Comprehensive Guide

4
Comments
6 min read
Solving a Booking System Issue on a Photography Website: My Journey in the HNG Internship.

Solving a Booking System Issue on a Photography Website: My Journey in the HNG Internship.

Comments
2 min read
How to improve Django Framework?

How to improve Django Framework?

Comments
5 min read
Mastering Django: A Workflow Guide

Mastering Django: A Workflow Guide

14
Comments 1
2 min read
Como usar Tailwind CSS en una app de Django

Como usar Tailwind CSS en una app de Django

Comments
3 min read
Optimize Django Performance: Using Asynchronous Signals with Huey and SQLite

Optimize Django Performance: Using Asynchronous Signals with Huey and SQLite

2
Comments
13 min read
Django AllAuth Chapter 1 - The All-in-one solution for Auth in Django

Django AllAuth Chapter 1 - The All-in-one solution for Auth in Django

1
Comments
2 min read
Understand inheritance types in Django models

Understand inheritance types in Django models

2
Comments
3 min read
@property decorator in django models

@property decorator in django models

Comments
2 min read
Beginner's Guide to Setting Up a Django Project

Beginner's Guide to Setting Up a Django Project

5
Comments
4 min read
Explaining Decorators in Django: A Guide for Beginners

Explaining Decorators in Django: A Guide for Beginners

4
Comments
4 min read
Django 10 - Implementing TicTacToe with IA

Django 10 - Implementing TicTacToe with IA

1
Comments
8 min read
How to add Favicons in Django (2024)

How to add Favicons in Django (2024)

Comments 1
3 min read
Introducing Django Headless CMS: A Powerful and Flexible CMS Solution

Introducing Django Headless CMS: A Powerful and Flexible CMS Solution

1
Comments 1
3 min read
My Dev Journey: Tackling Real-Time Challenge with Django and the HNG Internship

My Dev Journey: Tackling Real-Time Challenge with Django and the HNG Internship

5
Comments
3 min read
Django SaaS Boilerplate - Speed up your SaaS development

Django SaaS Boilerplate - Speed up your SaaS development

2
Comments
2 min read
The Perfect Pair: Why Next.js and Django REST Framework are Ideal for Full-Stack Web Development

The Perfect Pair: Why Next.js and Django REST Framework are Ideal for Full-Stack Web Development

2
Comments
3 min read
Database migrations inconsistency in django

Database migrations inconsistency in django

2
Comments
2 min read
A confusing task!

A confusing task!

3
Comments
4 min read
Stay Updated with Python/FastAPI/Django: Weekly News Summary (01/07/2024–07/07/2024)

Stay Updated with Python/FastAPI/Django: Weekly News Summary (01/07/2024–07/07/2024)

Comments
1 min read
Starting my journey with HNG

Starting my journey with HNG

1
Comments
2 min read
Despliegue de aplicación de Django con Github Actions para un servidor propio

Despliegue de aplicación de Django con Github Actions para un servidor propio

Comments
9 min read
Adding ESP to supercharge your Django Email 🚀

Adding ESP to supercharge your Django Email 🚀

Comments
3 min read
Funcionalidades Essenciais de um Blog: Exemplos PrĂĄticos com Django REST Framework

Funcionalidades Essenciais de um Blog: Exemplos PrĂĄticos com Django REST Framework

7
Comments
5 min read
Building Cryptpay: A Blockchain-Powered Stablecoin Payment Infrastructure Web API

Building Cryptpay: A Blockchain-Powered Stablecoin Payment Infrastructure Web API

6
Comments
14 min read
Django TemplateView and DetailView - how do they work together

Django TemplateView and DetailView - how do they work together

1
Comments
4 min read
The display decorator

The display decorator

Comments
1 min read
Starting a new Django project with PostgresSQL and Docker

Starting a new Django project with PostgresSQL and Docker

1
Comments
2 min read
Running Django Application On Kubernetes

Running Django Application On Kubernetes

Comments
2 min read
Django Model Properties

Django Model Properties

2
Comments
3 min read
Stay Updated with Python/FastAPI/Django: Weekly News Summary (24/06/2024 - 30/06/2024)

Stay Updated with Python/FastAPI/Django: Weekly News Summary (24/06/2024 - 30/06/2024)

1
Comments
1 min read
Adding Payment to Django app

Adding Payment to Django app

4
Comments
6 min read
Django: Sample data

Django: Sample data

Comments
1 min read
Handling SQLite DB in Lambda Functions Using Zappa

Handling SQLite DB in Lambda Functions Using Zappa

2
Comments
4 min read
How to customize the User model in Django?

How to customize the User model in Django?

Comments
4 min read
Mastering Caching Algorithms in Django Restful

Mastering Caching Algorithms in Django Restful

Comments
8 min read
loading...