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.
Stay Updated with Python/FastAPI/Django: Weekly News Summary (30/09/2024-06/10/2024

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

Comments
2 min read
Django accounts management app (2), login and change password

Django accounts management app (2), login and change password

Comments
5 min read
Implémentation d'un Système de Détection de Fraude avec la Distance de Levenshtein dans un Projet Django

Implémentation d'un Système de Détection de Fraude avec la Distance de Levenshtein dans un Projet Django

5
Comments 2
3 min read
Levenshtein Distance: The Ultimate Guide to Measuring Textual Similarity

Levenshtein Distance: The Ultimate Guide to Measuring Textual Similarity

1
Comments
3 min read
Django AI Assistant for VS Code

Django AI Assistant for VS Code

Comments 1
1 min read
My single shell-command to automate the Django translation workflow

My single shell-command to automate the Django translation workflow

Comments
1 min read
Save 50% of your Django development time with this tool

Save 50% of your Django development time with this tool

1
Comments
1 min read
Greatly improve your Health Endpoint with these tips!

Greatly improve your Health Endpoint with these tips!

1
Comments
2 min read
Programmatically monitor your API from your iPhone

Programmatically monitor your API from your iPhone

Comments
1 min read
HOW TO UPLOAD A CSV FILE TO DJANGO REST

HOW TO UPLOAD A CSV FILE TO DJANGO REST

5
Comments 1
4 min read
Kickstart Your Web Development Journey with Django: A Complete Guide

Kickstart Your Web Development Journey with Django: A Complete Guide

1
Comments
3 min read
A Comprehensive Guide to Django Models

A Comprehensive Guide to Django Models

6
Comments 1
2 min read
Cómo solucionar el error de CORS orign en Django

Cómo solucionar el error de CORS orign en Django

Comments
4 min read
Integrating Redis with Django for High-Performance Caching

Integrating Redis with Django for High-Performance Caching

1
Comments
3 min read
Stay Updated with Python/FastAPI/Django: Weekly News Summary (23/09/2024-29/09/2024

Stay Updated with Python/FastAPI/Django: Weekly News Summary (23/09/2024-29/09/2024

Comments
2 min read
Why Django Stands Out Among Web Development Frameworks

Why Django Stands Out Among Web Development Frameworks

2
Comments
4 min read
Quick Comparison: PHP, Node.js, Django, and Spring Boot

Quick Comparison: PHP, Node.js, Django, and Spring Boot

4
Comments
4 min read
What is Celery?

What is Celery?

1
Comments
4 min read
Understanding the ContentType Model in Django for Dynamic Relationships

Understanding the ContentType Model in Django for Dynamic Relationships

Comments
2 min read
Why I always assign intermediate values to local variables instead of passing them directly to function calls

Why I always assign intermediate values to local variables instead of passing them directly to function calls

Comments
1 min read
Django developer for hire

Django developer for hire

Comments
1 min read
Mastering Testing in Django: Best Practices for Asynchronous Applications

Mastering Testing in Django: Best Practices for Asynchronous Applications

Comments
3 min read
11 Essential Django Packages for Web Development

11 Essential Django Packages for Web Development

1
Comments
3 min read
Django REST Framework (DRF) - permissions

Django REST Framework (DRF) - permissions

1
Comments
5 min read
Unlocking Django: Your Comprehensive Guide to Building Web Applications

Unlocking Django: Your Comprehensive Guide to Building Web Applications

Comments
3 min read
PWA and Django #2: Components of a Progressive Web Application

PWA and Django #2: Components of a Progressive Web Application

Comments
4 min read
Django API Project Setup

Django API Project Setup

Comments
5 min read
Building a Simple Python-Django CRUD Application from Scratch

Building a Simple Python-Django CRUD Application from Scratch

2
Comments
4 min read
Djanblog

Djanblog

Comments
1 min read
Gérer le Stress et Prévenir le Burnout en Tant que Développeur

Gérer le Stress et Prévenir le Burnout en Tant que Développeur

Comments
4 min read
Comprendre les notions complexes en Python : questions à se poser et comment les utiliser avec des exemples

Comprendre les notions complexes en Python : questions à se poser et comment les utiliser avec des exemples

Comments
5 min read
Comment choisir le bon design pattern en Python, avec des exemples

Comment choisir le bon design pattern en Python, avec des exemples

Comments
5 min read
Customizing the Django Panel: A Step-By-Step Guide

Customizing the Django Panel: A Step-By-Step Guide

Comments
1 min read
Integrating Stripe Into A One-Product Django Python Shop

Integrating Stripe Into A One-Product Django Python Shop

Comments
9 min read
Django Mindset - A Guide on How to Think for New Django Developers

Django Mindset - A Guide on How to Think for New Django Developers

6
Comments
5 min read
Django REST Framework (DRF) CheatSheet

Django REST Framework (DRF) CheatSheet

Comments
1 min read
How to create a simple scheduler in Django

How to create a simple scheduler in Django

Comments
2 min read
Setting Up MKDocs for Your Django Project: A Quick Guide!

Setting Up MKDocs for Your Django Project: A Quick Guide!

1
Comments
3 min read
Authentication and Authorization - the correct way!

Authentication and Authorization - the correct way!

2
Comments
9 min read
🌈 The Emotional Rollercoaster of My First Deployed Django Project - Moodify 🌈-my day 6 of the challenge

🌈 The Emotional Rollercoaster of My First Deployed Django Project - Moodify 🌈-my day 6 of the challenge

2
Comments 4
5 min read
Django application for production ready

Django application for production ready

9
Comments
2 min read
I just tried to compare values between model and serializer

I just tried to compare values between model and serializer

Comments
1 min read
Customize Schema with @extend_schema_view

Customize Schema with @extend_schema_view

1
Comments
1 min read
Guide to Building a Complete Blog App with Django using TDD Methodology and PostgreSQL (Part 3): Secure User Authentication

Guide to Building a Complete Blog App with Django using TDD Methodology and PostgreSQL (Part 3): Secure User Authentication

Comments
12 min read
Webhooks in Django: A Comprehensive Guide

Webhooks in Django: A Comprehensive Guide

9
Comments 1
4 min read
Django-Allauth: Add Action after Authentication + test behaviour.

Django-Allauth: Add Action after Authentication + test behaviour.

Comments
7 min read
Stay Updated with Python/FastAPI/Django: Weekly News Summary (02/09/2024-08/09/2024

Stay Updated with Python/FastAPI/Django: Weekly News Summary (02/09/2024-08/09/2024

Comments
2 min read
Build Dynamic Services using Django | VIDEO

Build Dynamic Services using Django | VIDEO

1
Comments
1 min read
Django ORM Cheatsheet

Django ORM Cheatsheet

Comments
1 min read
Django | Model-View-Template (MVT)

Django | Model-View-Template (MVT)

Comments
2 min read
Middileware in Django

Middileware in Django

Comments
2 min read
Django + Celery In-depth tutorial for beginners

Django + Celery In-depth tutorial for beginners

2
Comments 2
27 min read
Unit test framework - unittest in Python

Unit test framework - unittest in Python

2
Comments
2 min read
Deploy Django Application on Render

Deploy Django Application on Render

Comments
3 min read
AI Project from Scratch, The Idea , Alive Diary

AI Project from Scratch, The Idea , Alive Diary

Comments
4 min read
Basic Django and React Setup: A Step-by-Step Guide

Basic Django and React Setup: A Step-by-Step Guide

11
Comments 1
5 min read
Django | Project Structure | PART 1

Django | Project Structure | PART 1

7
Comments
3 min read
Django | Terminologies | PART 2

Django | Terminologies | PART 2

5
Comments
4 min read
Django | Request - Response cycle | PART 3

Django | Request - Response cycle | PART 3

5
Comments
3 min read
How To: Containerize a Django and Postgres App with Docker

How To: Containerize a Django and Postgres App with Docker

1
Comments
8 min read
loading...