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.
extra_kwargs arguments

extra_kwargs arguments

Comments
1 min read
PWA and Django #3: Online and offline resources in a PWA - Developing Progressive Web Applications with Django

PWA and Django #3: Online and offline resources in a PWA - Developing Progressive Web Applications with Django

Comments
3 min read
How to load .env in Django Project

How to load .env in Django Project

Comments
1 min read
Unlocking the Power of Django: Build Secure and Scalable Web Apps Fast

Unlocking the Power of Django: Build Secure and Scalable Web Apps Fast

Comments
2 min read
I built a Learning Management System with Django

I built a Learning Management System with Django

Comments
2 min read
Cosine Similarity Search on Vectors in Postgres with pgvector

Cosine Similarity Search on Vectors in Postgres with pgvector

1
Comments
4 min read
Django accounts management app (3), forgot password and account details

Django accounts management app (3), forgot password and account details

Comments
5 min read
Creating AI-based Summaries in a Django Website

Creating AI-based Summaries in a Django Website

Comments
4 min read
How to start your django project the right way

How to start your django project the right way

Comments
3 min read
Comment réfléchir à un programme

Comment réfléchir à un programme

Comments
2 min read
Using dj-rest-auth to integrate GitHub authentication in your Django project

Using dj-rest-auth to integrate GitHub authentication in your Django project

Comments
3 min read
Django vs Rails for API Development: Performance, Productivity, and Scalability Comparison

Django vs Rails for API Development: Performance, Productivity, and Scalability Comparison

1
Comments
7 min read
Stay Ahead: Upcoming Django Releases & New Features for 2024

Stay Ahead: Upcoming Django Releases & New Features for 2024

Comments
3 min read
How AI Tools Are Revolutionizing Django Development

How AI Tools Are Revolutionizing Django Development

Comments
3 min read
Programming Language and Its Applications

Programming Language and Its Applications

1
Comments
2 min read
Getting Started with Django: Basic Setup and Overview

Getting Started with Django: Basic Setup and Overview

2
Comments
3 min read
Node.js vs Django: A Backend Developer’s Perspective

Node.js vs Django: A Backend Developer’s Perspective

Comments
5 min read
Unlocking Django: The Ultimate Framework for AI Web Applications

Unlocking Django: The Ultimate Framework for AI Web Applications

Comments
3 min read
A Beginner's Guide to Python Libraries: Unlocking the Power of Pre-Written Code 🐍📚

A Beginner's Guide to Python Libraries: Unlocking the Power of Pre-Written Code 🐍📚

1
Comments
4 min read
Validating JSON Schema with Fixed and User-Defined Keys in Python

Validating JSON Schema with Fixed and User-Defined Keys in Python

Comments
1 min read
Why Django is the Top Choice for Building Scalable, Secure Web Applications?

Why Django is the Top Choice for Building Scalable, Secure Web Applications?

Comments
3 min read
Recursively rendering comments for a developer content creation site ♻

Recursively rendering comments for a developer content creation site ♻

6
Comments
6 min read
Django accounts management app (1), registration and activation

Django accounts management app (1), registration and activation

Comments
10 min read
To Django or to DjangoREST?

To Django or to DjangoREST?

Comments
2 min read
CollabSphere Part 1: Setting Up a Modular Django Chat Application

CollabSphere Part 1: Setting Up a Modular Django Chat Application

1
Comments
2 min read
Building CollabSphere: A Real-Time Chat Platform with Django

Building CollabSphere: A Real-Time Chat Platform with Django

1
Comments
2 min read
Django bookmark management software

Django bookmark management software

Comments
2 min read
Unlocking Django: Integrate GraphQL for Faster, Flexibly Scalable APIs

Unlocking Django: Integrate GraphQL for Faster, Flexibly Scalable APIs

Comments
3 min read
Comparing AI Tools for Django Developers: Cursor, Codeium, V0.dev, Claude AI, and Bolt.new

Comparing AI Tools for Django Developers: Cursor, Codeium, V0.dev, Claude AI, and Bolt.new

4
Comments
4 min read
🌟 Level Up Your Django Queries with Q Objects! 🌟

🌟 Level Up Your Django Queries with Q Objects! 🌟

Comments
2 min read
From Web Developer to Machine Learning Engineer: A Transformational Journey to Boost Your Career

From Web Developer to Machine Learning Engineer: A Transformational Journey to Boost Your Career

Comments
4 min read
Understanding Response Status Codes in Django REST Framework

Understanding Response Status Codes in Django REST Framework

Comments
1 min read
I'm looking for a FullStack Software Developer Role

I'm looking for a FullStack Software Developer Role

Comments
2 min read
unittest with get_user_model()

unittest with get_user_model()

Comments
2 min read
Setting Up and Exploring Django's Admin Panel

Setting Up and Exploring Django's Admin Panel

Comments
3 min read
HTTP & content_length

HTTP & content_length

Comments
3 min read
Master Django: Your Ultimate Guide to Rapid Web Development in Python

Master Django: Your Ultimate Guide to Rapid Web Development in Python

Comments
3 min read
2. Understanding Django’s Architecture: The MTV Pattern.

2. Understanding Django’s Architecture: The MTV Pattern.

Comments
3 min read
Getting Started with Django: A Step-by-Step Guide

Getting Started with Django: A Step-by-Step Guide

Comments
2 min read
Django project - Part 3 Continuous Integration

Django project - Part 3 Continuous Integration

Comments
5 min read
How to Deploy a Django REST API on Render for Free

How to Deploy a Django REST API on Render for Free

9
Comments 3
4 min read
Ready to build projects

Ready to build projects

Comments
1 min read
Building a Secure, Scalable Learning Platform with RBAC Features 🎓🔒📚

Building a Secure, Scalable Learning Platform with RBAC Features 🎓🔒📚

Comments
6 min read
I created full Task management Platform using Django

I created full Task management Platform using Django

Comments
1 min read
Hunting Heisenberg with Django Rest Framework

Hunting Heisenberg with Django Rest Framework

Comments
6 min read
Utility Cost Tracker for Smart Home devices with Python and Django

Utility Cost Tracker for Smart Home devices with Python and Django

Comments
16 min read
Mastering the Django-React Duo: A Complete Integration Guide

Mastering the Django-React Duo: A Complete Integration Guide

Comments
3 min read
Django Rest framework with Swagger

Django Rest framework with Swagger

Comments
3 min read
Development Changed Forever

Development Changed Forever

Comments
2 min read
Embracing Low-Code/No-Code Development in 2024: Opportunities and Limitations

Embracing Low-Code/No-Code Development in 2024: Opportunities and Limitations

Comments
3 min read
How To Build Secure Django Apps By Using Custom Middleware

How To Build Secure Django Apps By Using Custom Middleware

Comments
10 min read
Master API Development with Django REST Framework – Learn Django REST Framework for Free!

Master API Development with Django REST Framework – Learn Django REST Framework for Free!

Comments
3 min read
Simplify Your Django Admin with django-unfold

Simplify Your Django Admin with django-unfold

Comments 3
2 min read
Building an E-Learning App: Architectural Flaws in Django and React

Building an E-Learning App: Architectural Flaws in Django and React

Comments
4 min read
Django migration operations

Django migration operations

1
Comments
5 min read
Guide to Building a Complete Blog App with Django using TDD Methodology and PostgreSQL (Part 2): User registration

Guide to Building a Complete Blog App with Django using TDD Methodology and PostgreSQL (Part 2): User registration

Comments
17 min read
Comment créer un bot de traduction vocale instantané avec witai

Comment créer un bot de traduction vocale instantané avec witai

6
Comments
4 min read
Getting Started with the Django Stack: Create a Full Project

Getting Started with the Django Stack: Create a Full Project

Comments
5 min read
Getting Started with Python for Web Developers

Getting Started with Python for Web Developers

5
Comments
3 min read
API Authentication with Open ID Connect

API Authentication with Open ID Connect

Comments
2 min read
loading...