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.
22% of Django websites can't roll back prod thanks to these 2 mistakes

22% of Django websites can't roll back prod thanks to these 2 mistakes

24
Comments
4 min read
I am trying to create an app like google docs or apple pages, but I am lost.

I am trying to create an app like google docs or apple pages, but I am lost.

3
Comments 1
1 min read
Writing an API in Django (Class Based)

Writing an API in Django (Class Based)

6
Comments
1 min read
666 Django projects checked for inefficient database queries. Over half had these 4 anti-patterns

666 Django projects checked for inefficient database queries. Over half had these 4 anti-patterns

60
Comments 4
4 min read
Build a Social Media Website with Django — Part 5 (Feed App Templates)

Build a Social Media Website with Django — Part 5 (Feed App Templates)

27
Comments 1
12 min read
Build a Social Media Website with Django - Set up the Project (Part 1)

Build a Social Media Website with Django - Set up the Project (Part 1)

36
Comments
6 min read
MediDoc: Update 6 - Search Medical Institutions

MediDoc: Update 6 - Search Medical Institutions

7
Comments
2 min read
What Django best practices is Django breaking?

What Django best practices is Django breaking?

7
Comments
4 min read
Build a Social Media Website with Django — Users App Backend(Part 2)

Build a Social Media Website with Django — Users App Backend(Part 2)

18
Comments
11 min read
Razozpay Integration with Django

Razozpay Integration with Django

6
Comments 1
2 min read
Build a Social Media Website with Django — Part 3 (Users App Templates)

Build a Social Media Website with Django — Part 3 (Users App Templates)

18
Comments
13 min read
Build a Social Media Website with Django — Feed App Backend (Part 4)

Build a Social Media Website with Django — Feed App Backend (Part 4)

13
Comments
8 min read
Django CRM Code Contribution Invitation

Django CRM Code Contribution Invitation

4
Comments
1 min read
How to deploy a Django app to Heroku

How to deploy a Django app to Heroku

23
Comments 1
5 min read
Django: Decouple Excerpt

Django: Decouple Excerpt

5
Comments
2 min read
How To Create A Timeline To Track Your Achievements

How To Create A Timeline To Track Your Achievements

17
Comments 2
4 min read
MediDoc: Update 5 - Small UI Tweaks

MediDoc: Update 5 - Small UI Tweaks

4
Comments
1 min read
Django Angular MySQL CRUD Example

Django Angular MySQL CRUD Example

3
Comments
4 min read
Session Authentication with Django, Django REST Framework and Nuxt

Session Authentication with Django, Django REST Framework and Nuxt

19
Comments 3
10 min read
Getting started with Django - Part 2

Getting started with Django - Part 2

27
Comments
3 min read
Django Code Contribution Request

Django Code Contribution Request

3
Comments
1 min read
Create your own YouTube Video Downloader using Youtube_dl & Django

Create your own YouTube Video Downloader using Youtube_dl & Django

32
Comments 7
2 min read
Deploying Wagtail on CentOS8 with MariaDB/Nginx/Gunicorn

Deploying Wagtail on CentOS8 with MariaDB/Nginx/Gunicorn

4
Comments
5 min read
Using React Hooks with Django through Svelte and MQTT hub

Using React Hooks with Django through Svelte and MQTT hub

6
Comments 2
2 min read
MediDoc: Update 4 - Deployment

MediDoc: Update 4 - Deployment

7
Comments
1 min read
Django + Angular + MongoDB example: Build CRUD App

Django + Angular + MongoDB example: Build CRUD App

21
Comments
3 min read
Who has ever integrated SQLITE3 with Django?, in Jupyterlab?

Who has ever integrated SQLITE3 with Django?, in Jupyterlab?

2
Comments
1 min read
MediDoc: Update 3 - Admin Approval and Profile Page

MediDoc: Update 3 - Admin Approval and Profile Page

4
Comments
1 min read
The Best Web Development Courses

The Best Web Development Courses

52
Comments 2
3 min read
Getting started with Django- Part 1

Getting started with Django- Part 1

38
Comments 2
2 min read
Is R-M-Dj a stack? (React, MongoDB, Django)

Is R-M-Dj a stack? (React, MongoDB, Django)

9
Comments 11
1 min read
Simple Django CRUD App

Simple Django CRUD App

9
Comments
6 min read
Postman vs Sqlite3

Postman vs Sqlite3

2
Comments 2
1 min read
MediDoc: Update 2 - Improve UI and Add User Functionality

MediDoc: Update 2 - Improve UI and Add User Functionality

4
Comments
1 min read
Remote Debug Django3(Docker) with VSCode

Remote Debug Django3(Docker) with VSCode

13
Comments
2 min read
DJANGO, Customer Message “TO ADMIN”

DJANGO, Customer Message “TO ADMIN”

2
Comments 3
1 min read
Django context processors

Django context processors

9
Comments 2
2 min read
Tutorial de Cookiecutter-django y deploy con Docker-compose en linux

Tutorial de Cookiecutter-django y deploy con Docker-compose en linux

9
Comments
10 min read
MediDoc: What Got Done Till Now

MediDoc: What Got Done Till Now

7
Comments 2
4 min read
Building web applications with Django, Django REST Framework and Nuxt

Building web applications with Django, Django REST Framework and Nuxt

22
Comments
7 min read
Working with AJAX request and Django

Working with AJAX request and Django

13
Comments
2 min read
Sync vs Async Django servers - Load testing

Sync vs Async Django servers - Load testing

8
Comments
2 min read
Can you use Python/Django, without being good at styling? (Material-ui, bootstrap, ect...)?

Can you use Python/Django, without being good at styling? (Material-ui, bootstrap, ect...)?

6
Comments 3
1 min read
Web-GIS Deployment in Ubuntu server (Nginx + Tomcat + PostGIS)

Web-GIS Deployment in Ubuntu server (Nginx + Tomcat + PostGIS)

21
Comments 1
10 min read
What Is Django and What Is It Used For

What Is Django and What Is It Used For

2
Comments
4 min read
Resize Image on Save in Django Before Sending to Amazon S3 - No Lambda function required

Resize Image on Save in Django Before Sending to Amazon S3 - No Lambda function required

10
Comments 1
3 min read
Dynamically Regrouping QuerySets In Templates - Building SaaS #73

Dynamically Regrouping QuerySets In Templates - Building SaaS #73

4
Comments
1 min read
Sending Emails in Django

Sending Emails in Django

7
Comments 2
2 min read
Best Frontend & Backend

Best Frontend & Backend

5
Comments 21
1 min read
Django: makemigrations and migrate

Django: makemigrations and migrate

5
Comments 2
1 min read
Choose a CMS (Content Management System)

Choose a CMS (Content Management System)

4
Comments
2 min read
how to login/signup using django-allauth without leaving the page.

how to login/signup using django-allauth without leaving the page.

3
Comments 2
1 min read
Implement Autocomplete in Django

Implement Autocomplete in Django

10
Comments
4 min read
How to Create a To-Do app in Django with Bootstrap and Font-Awesome!

How to Create a To-Do app in Django with Bootstrap and Font-Awesome!

16
Comments
13 min read
Hacking Django websites: session hijacking with XSS

Hacking Django websites: session hijacking with XSS

16
Comments
2 min read
Course stream web application in Django

Course stream web application in Django

11
Comments 3
2 min read
AdminKit - A modern Bootstrap 5 template now available in Flask and Django

AdminKit - A modern Bootstrap 5 template now available in Flask and Django

49
Comments 2
3 min read
Understand Django: Middleware Do You Go?

Understand Django: Middleware Do You Go?

13
Comments
9 min read
Hacking Django websites: stealing cookies & passwords with packet sniffing

Hacking Django websites: stealing cookies & passwords with packet sniffing

16
Comments
3 min read
Tipos de herencia en modelos de Django

Tipos de herencia en modelos de Django

10
Comments
3 min read
loading...