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

2
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
Deploying Django and Wagtail on Cloud Servers: A Step-by-Step Guide

Deploying Django and Wagtail on Cloud Servers: A Step-by-Step Guide

1
Comments
1 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
TechPills per tutti: Metti in moto il tuo primo progetto Django

TechPills per tutti: Metti in moto il tuo primo progetto Django

Comments
1 min read
Fixing Django FieldError at /admin/accounts/customuser/add/

Fixing Django FieldError at /admin/accounts/customuser/add/

1
Comments
1 min read
Day 7: Unlocking User Authentication & Authorization

Day 7: Unlocking User Authentication & Authorization

5
Comments
2 min read
Day 6: Mastering Models & Database Relationships

Day 6: Mastering Models & Database Relationships

1
Comments
2 min read
Building a REST API with Django REST Framework: A Beginners Guide

Building a REST API with Django REST Framework: A Beginners Guide

2
Comments
4 min read
I Just Found Out You Can Switch Search Engines—Here’s How!

I Just Found Out You Can Switch Search Engines—Here’s How!

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

Day 5: Managing User Input with Forms

Comments
2 min read
What is a RESTful API? A Beginner’s Guide

What is a RESTful API? A Beginner’s Guide

Comments
3 min read
How Django Finds Static and Template Files: A Quick Guide

How Django Finds Static and Template Files: A Quick Guide

Comments
3 min read
## Master Django Redirects in Under 3 Minutes 🚀

## Master Django Redirects in Under 3 Minutes 🚀

Comments
2 min read
DJANGO MODEL

DJANGO MODEL

Comments
1 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
Using Django Fixtures with Foreign Keys Without Hardcoded IDs

Using Django Fixtures with Foreign Keys Without Hardcoded IDs

1
Comments
2 min read
Python Decorators: A Game-Changer for Your Code

Python Decorators: A Game-Changer for Your Code

8
Comments
7 min read
How to Use Swagger UI with Django

How to Use Swagger UI with Django

7
Comments
7 min read
loading...