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 get the `verbose_name` of an attribute of a model.

How to get the `verbose_name` of an attribute of a model.

Comments
3 min read
Guide to Building a Complete Blog App with Django using TDD methodology and PostgreSQL database: Installation and Setup

Guide to Building a Complete Blog App with Django using TDD methodology and PostgreSQL database: Installation and Setup

Comments
9 min read
Stay Updated with Python/FastAPI/Django: Weekly News Summary (16/09/2024-22/09/2024

Stay Updated with Python/FastAPI/Django: Weekly News Summary (16/09/2024-22/09/2024

1
Comments
2 min read
Django project - Part 2 Postgres

Django project - Part 2 Postgres

1
Comments
2 min read
Django project - Part 1 Docker

Django project - Part 1 Docker

3
Comments 1
5 min read
Why do I need to store environment variables in a separate file when going to production?

Why do I need to store environment variables in a separate file when going to production?

Comments
3 min read
Understanding the differences between `reverse()` and `reverse_lazy()` in Django's `get_absolute_url()` method.

Understanding the differences between `reverse()` and `reverse_lazy()` in Django's `get_absolute_url()` method.

3
Comments
4 min read
What is CI/CD?

What is CI/CD?

Comments
4 min read
The Concise Django Tutorial

The Concise Django Tutorial

1
Comments
34 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

1
Comments
1 min read
Building a Scalable Django Application with Gunicorn and Nginx

Building a Scalable Django Application with Gunicorn and Nginx

6
Comments
3 min read
django-components v0.94 - Templating is now on par with Vue or React

django-components v0.94 - Templating is now on par with Vue or React

1
Comments
2 min read
Leveraging Headers for Dynamic Localization in Django

Leveraging Headers for Dynamic Localization in Django

7
Comments
4 min read
Securing Your Django Application: Best Practices for Preventing XSS, CSRF, and More

Securing Your Django Application: Best Practices for Preventing XSS, CSRF, and More

1
Comments
3 min read
Convert a Django function-based-view into a class-based-view (DetailView)

Convert a Django function-based-view into a class-based-view (DetailView)

Comments
3 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.