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.
How to Build a Task Manager API with Django REST Framework (Step-by-Step Guide)

How to Build a Task Manager API with Django REST Framework (Step-by-Step Guide)

Comments
4 min read
Why Are Your URL Designs So Bad?

Why Are Your URL Designs So Bad?

5
Comments
4 min read
Understanding creating an Authentication Backend in a Django project

Understanding creating an Authentication Backend in a Django project

Comments
3 min read
Beginner project with django admin app

Beginner project with django admin app

Comments
1 min read
Mapping Users to Records & Protecting Views in Django 🚀

Mapping Users to Records & Protecting Views in Django 🚀

Comments
2 min read
Day 11: Customizing CBVs with Mixins & Efficient Form Handling

Day 11: Customizing CBVs with Mixins & Efficient Form Handling

Comments
2 min read
API Testing with Postman: How to Test APIs Without Writing Code

API Testing with Postman: How to Test APIs Without Writing Code

Comments
3 min read
Day 10: Introduction to Django Class-Based Views (CBVs)

Day 10: Introduction to Django Class-Based Views (CBVs)

Comments
2 min read
Building a Real-Time Weather Dashboard with OpenWeather API and Django

Building a Real-Time Weather Dashboard with OpenWeather API and Django

Comments
4 min read
Difference Between reverse and reverse_lazy and how to use it with get_absolute_url

Difference Between reverse and reverse_lazy and how to use it with get_absolute_url

Comments
2 min read
Day 9: Adding Edit & Delete Features to My Blog Project

Day 9: Adding Edit & Delete Features to My Blog Project

Comments
2 min read
SQLAlchemy 2.0: The Most Powerful ORM for Python Yet

SQLAlchemy 2.0: The Most Powerful ORM for Python Yet

5
Comments
10 min read
Day 8: Building a Blog with Function-Based Views & Dynamic Homepages

Day 8: Building a Blog with Function-Based Views & Dynamic Homepages

Comments
2 min read
How Python Powers Scalable and Cost-Effective Cloud Solutions

How Python Powers Scalable and Cost-Effective Cloud Solutions

1
Comments
4 min read
Day 5: Managing User Input with Forms

Day 5: Managing User Input with Forms

Comments
2 min read
Day 4: Bringing My App to Life with Templates & Static Files

Day 4: Bringing My App to Life with Templates & Static Files

Comments
2 min read
Production-Ready Django REST API Template with Full Github Actions CI/CD

Production-Ready Django REST API Template with Full Github Actions CI/CD

Comments
1 min read
Day 3: Connecting the Dots with Views & URLs

Day 3: Connecting the Dots with Views & URLs

Comments
2 min read
From debug mode enabled to PII disclosure via BFLA

From debug mode enabled to PII disclosure via BFLA

Comments
1 min read
Day 2: Breaking Down Django Apps & Project Structure

Day 2: Breaking Down Django Apps & Project Structure

Comments
2 min read
Day 1 – Starting My Django Journey

Day 1 – Starting My Django Journey

Comments
2 min read
20 Things I Learned While Writing a Multiplayer Game with Django and React

20 Things I Learned While Writing a Multiplayer Game with Django and React

Comments
4 min read
Asynchronous Programming in Django

Asynchronous Programming in Django

Comments
2 min read
Building a Realworld blog backend in 600 lines of Python

Building a Realworld blog backend in 600 lines of Python

1
Comments
25 min read
"[PT-BR] Testes Unitários Eficientes no Django"-Torne a saída mais legível usando o plugin pytest-sugar

"[PT-BR] Testes Unitários Eficientes no Django"-Torne a saída mais legível usando o plugin pytest-sugar

Comments
5 min read
loading...