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 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
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.