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.
Django, Docker, and PostgreSQL Tutorial

Django, Docker, and PostgreSQL Tutorial

61
Comments 2
7 min read
Day 1: Create a Development Environment Backend

Day 1: Create a Development Environment Backend

7
Comments 1
3 min read
Is there a compatibility issue with Postgres and python UUID ?

Is there a compatibility issue with Postgres and python UUID ?

5
Comments
1 min read
Django: How to let user re-order/sort table of content with drag and drop

Django: How to let user re-order/sort table of content with drag and drop

13
Comments 1
6 min read
How To Integrate CKEditor with Django Admin

How To Integrate CKEditor with Django Admin

9
Comments
2 min read
Pre: DevOps 100 Days Of Code Challenge

Pre: DevOps 100 Days Of Code Challenge

11
Comments 2
2 min read
Mocking and patching in Python for unit testing

Mocking and patching in Python for unit testing

9
Comments 1
5 min read
How to squash migrations in Django

How to squash migrations in Django

8
Comments
1 min read
Pythonic way to aggregate or group elements in a list using dict.get and dict.setdefault

Pythonic way to aggregate or group elements in a list using dict.get and dict.setdefault

15
Comments 10
2 min read
Using Context processor in Django to create dynamic footer

Using Context processor in Django to create dynamic footer

33
Comments 15
2 min read
Django Best Practices: Models

Django Best Practices: Models

31
Comments
7 min read
Django Best Practices: Referencing the User Model

Django Best Practices: Referencing the User Model

22
Comments
3 min read
Django Best Practices - Template Structure

Django Best Practices - Template Structure

32
Comments
2 min read
Django Best Practices: User permissions

Django Best Practices: User permissions

18
Comments
2 min read
Django Best Practices: Function-Based Views vs Class-Based Views

Django Best Practices: Function-Based Views vs Class-Based Views

16
Comments
3 min read
Django Best Practices: Docker

Django Best Practices: Docker

15
Comments
2 min read
Django Best Practices - Imports

Django Best Practices - Imports

14
Comments
2 min read
Django Best Practices: Projects vs Apps

Django Best Practices: Projects vs Apps

11
Comments
3 min read
Django News - Issue 11

Django News - Issue 11

6
Comments
2 min read
Webpack and collectstatic in CI - Building SaaS #28

Webpack and collectstatic in CI - Building SaaS #28

8
Comments
1 min read
Django Rest Framework Tutorial - Todo API

Django Rest Framework Tutorial - Todo API

37
Comments
8 min read
My first experience using python.

My first experience using python.

8
Comments 4
1 min read
Django & DRF 101, initialisation de l'environnement : virtualenv & docker

Django & DRF 101, initialisation de l'environnement : virtualenv & docker

7
Comments
4 min read
Migrating user passwords from Django to Ruby

Migrating user passwords from Django to Ruby

8
Comments
1 min read
Django & DRF 101, partie 2 : DRF & API 101

Django & DRF 101, partie 2 : DRF & API 101

18
Comments 2
27 min read
loading...