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.
Build a CRUD Django REST API

Build a CRUD Django REST API

189
Comments 5
8 min read
How to serve private media files with Django

How to serve private media files with Django

27
Comments 4
5 min read
How to Keep Secrets out of Django Settings

How to Keep Secrets out of Django Settings

24
Comments 2
3 min read
Django News #14 - New Django Project governance model, a PyCon US update, Python 3.7.7, and much more!

Django News #14 - New Django Project governance model, a PyCon US update, Python 3.7.7, and much more!

13
Comments
2 min read
Django Favicon Tutorial

Django Favicon Tutorial

16
Comments
4 min read
Converting any HTML template into a Django template

Converting any HTML template into a Django template

21
Comments 6
3 min read
Changes In Django Open Source

Changes In Django Open Source

7
Comments
1 min read
Vue Django Development and Continuous Integration and Continuous Deployment (CI/CD for Vue+Django)

Vue Django Development and Continuous Integration and Continuous Deployment (CI/CD for Vue+Django)

8
Comments
2 min read
Django One-Liners

Django One-Liners

10
Comments
1 min read
Adding Authentication to a REST Framework Django API

Adding Authentication to a REST Framework Django API

34
Comments 3
3 min read
Create Your Own S3 Service For Your Django Project

Create Your Own S3 Service For Your Django Project

12
Comments
1 min read
Create a simple REST API with Django

Create a simple REST API with Django

26
Comments 1
4 min read
Django Testing Tutorial

Django Testing Tutorial

25
Comments 3
8 min read
Django News #13 - Django 1.11 LTS's final release, security updates, native Django websockets, LiveViews, and more!

Django News #13 - Django 1.11 LTS's final release, security updates, native Django websockets, LiveViews, and more!

9
Comments 1
3 min read
Ripping Out Node.js - Building SaaS #30

Ripping Out Node.js - Building SaaS #30

6
Comments 2
2 min read
Django template

Django template

46
Comments 6
3 min read
Understand Django: Views On Views

Understand Django: Views On Views

25
Comments
13 min read
What does this mean in Python: *args, **kwargs?

What does this mean in Python: *args, **kwargs?

85
Comments 6
3 min read
Dynamic Group based LDAP authentication with django and RegEx

Dynamic Group based LDAP authentication with django and RegEx

12
Comments 5
5 min read
Building your own template tags in django

Building your own template tags in django

16
Comments 2
3 min read
Django create first project

Django create first project

7
Comments 1
3 min read
Is there a way I can use Django default auth with React with them both decoupled?

Is there a way I can use Django default auth with React with them both decoupled?

8
Comments 8
1 min read
Adding Metadata to PDFs

Adding Metadata to PDFs

60
Comments 2
3 min read
Django News #12 - Tips on testing, templates, and Django within healthcare

Django News #12 - Tips on testing, templates, and Django within healthcare

15
Comments
3 min read
Day 2: Django Backend Work Now What?

Day 2: Django Backend Work Now What?

6
Comments 1
4 min read
Django Markdown Tutorial

Django Markdown Tutorial

21
Comments 2
5 min read
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

10
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 - Template Structure

Django Best Practices - Template Structure

32
Comments
2 min read
Django Best Practices: Referencing the User Model

Django Best Practices: Referencing the User Model

21
Comments
3 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 - Imports

Django Best Practices - Imports

14
Comments
2 min read
Django Best Practices: Docker

Django Best Practices: Docker

15
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
Typed functional Dependency Injection in Python

Typed functional Dependency Injection in Python

34
Comments
11 min read
Django News - Issue 10

Django News - Issue 10

8
Comments
2 min read
Setting up Django, Gunicorn and Nginx in Vagrant virtual machine

Setting up Django, Gunicorn and Nginx in Vagrant virtual machine

15
Comments
6 min read
Continuous Integration and Delivery with Django and AWS CodePipeline

Continuous Integration and Delivery with Django and AWS CodePipeline

18
Comments
3 min read
how to pass image file from database to html in django project

how to pass image file from database to html in django project

9
Comments
1 min read
Django Search Tutorial

Django Search Tutorial

44
Comments
9 min read
How to build production-ready application with Django and PostgreSQL

How to build production-ready application with Django and PostgreSQL

25
Comments 2
4 min read
Django Celery Beat: How to get the last time a PeriodicTask was run

Django Celery Beat: How to get the last time a PeriodicTask was run

11
Comments 5
3 min read
Building my own Screenshot-as-a Service with Docker, Django, and Selenium

Building my own Screenshot-as-a Service with Docker, Django, and Selenium

6
Comments 1
3 min read
loading...