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.
Recipes when building a headless CMS with Wagtail's API

Recipes when building a headless CMS with Wagtail's API

12
Comments
3 min read
2 Forms in a django template using cookiecutter-django

2 Forms in a django template using cookiecutter-django

3
Comments
1 min read
Prefer Model.DoesNotExist over ObjectDoesNotExist in Django

Prefer Model.DoesNotExist over ObjectDoesNotExist in Django

25
Comments 4
2 min read
Building web APIs with django

Building web APIs with django

65
Comments
3 min read
Top Python Frameworks for Web App Development

Top Python Frameworks for Web App Development

12
Comments 1
9 min read
How to create Github Actions to run tests with services ?

How to create Github Actions to run tests with services ?

10
Comments
5 min read
Deploying with Ansible - Building SaaS #13

Deploying with Ansible - Building SaaS #13

16
Comments
1 min read
Deploying Django with Celery and Redis on Ubuntu

Deploying Django with Celery and Redis on Ubuntu

57
Comments 11
7 min read
Django Password Reset Done Template not loading

Django Password Reset Done Template not loading

6
Comments 2
1 min read
Django Tutorial - Create/Fetch Data from Database

Django Tutorial - Create/Fetch Data from Database

4
Comments 1
1 min read
How to setup django in windows machine

How to setup django in windows machine

6
Comments
2 min read
How to improve the default django admin

How to improve the default django admin

10
Comments 2
1 min read
Automation aides - Building SaaS #12

Automation aides - Building SaaS #12

3
Comments
1 min read
Builtin Select2 Widget in Django Admin

Builtin Select2 Widget in Django Admin

16
Comments 2
1 min read
Price Tracker Application with Django | Track Discounts

Price Tracker Application with Django | Track Discounts

83
Comments
5 min read
Quick & Dirty Django Drag & Drop Bootstrap Build with Layoutit.com

Quick & Dirty Django Drag & Drop Bootstrap Build with Layoutit.com

7
Comments
3 min read
Doubts related to Django and Django Rest Framework

Doubts related to Django and Django Rest Framework

9
Comments 3
1 min read
How to Set Up Django With Central OAuth2 Login

How to Set Up Django With Central OAuth2 Login

12
Comments 3
3 min read
Django Database Migrations: A Comprehensive Overview

Django Database Migrations: A Comprehensive Overview

8
Comments
8 min read
Django view doesn't output correctly

Django view doesn't output correctly

12
Comments 8
1 min read
Step-by-step procedure to post your Django project on GitHub

Step-by-step procedure to post your Django project on GitHub

19
Comments 9
1 min read
Step-by-step procedure to post your project to Publicly accessible Heroku Server

Step-by-step procedure to post your project to Publicly accessible Heroku Server

8
Comments
3 min read
Django Continuous Deployment to PythonAnywhere

Django Continuous Deployment to PythonAnywhere

22
Comments
6 min read
Django

Django

3
Comments 1
1 min read
Admin dashboards - Building SaaS #10

Admin dashboards - Building SaaS #10

10
Comments
1 min read
Django Templates: Best Practices

Django Templates: Best Practices

21
Comments 1
6 min read
Django: setup básico com Bootstrap

Django: setup básico com Bootstrap

25
Comments 3
6 min read
Modern Django Project Examples

Modern Django Project Examples

34
Comments 1
23 min read
How to migrate data from SQLite to PostgreSQL in Django

How to migrate data from SQLite to PostgreSQL in Django

51
Comments 4
2 min read
Django vs Ruby on Rails: Web Frameworks Comparison

Django vs Ruby on Rails: Web Frameworks Comparison

118
Comments 18
11 min read
Using Custom Authentication Backends in Django

Using Custom Authentication Backends in Django

20
Comments 2
3 min read
How to track number of hits/views for particular objects in Django | Django Packages Series #2

How to track number of hits/views for particular objects in Django | Django Packages Series #2

61
Comments 18
3 min read
Working with Dates and Times in the Forms

Working with Dates and Times in the Forms

18
Comments 4
4 min read
Django for newborn babies

Django for newborn babies

108
Comments 8
4 min read
Faster CSV export with Django & Postgres

Faster CSV export with Django & Postgres

10
Comments 1
2 min read
Six Django template tags not often used in tutorials

Six Django template tags not often used in tutorials

47
Comments 4
3 min read
Ouput ping status on django template

Ouput ping status on django template

8
Comments
1 min read
Advanced Django Models: Improve Your Python Development

Advanced Django Models: Improve Your Python Development

48
Comments
6 min read
Django Template - `{{ block.super }}`

Django Template - `{{ block.super }}`

6
Comments
2 min read
Connecting third party services - Building SaaS #8

Connecting third party services - Building SaaS #8

8
Comments
1 min read
Setting up a Django project in Kubernetes with minikube

Setting up a Django project in Kubernetes with minikube

26
Comments 4
19 min read
Django: Render HTML as PDF to the browser

Django: Render HTML as PDF to the browser

36
Comments
3 min read
Create Advanced User Sign Up View in Django | Step-by-Step

Create Advanced User Sign Up View in Django | Step-by-Step

109
Comments 36
9 min read
How I deployed my Django app to Vultr VPS

How I deployed my Django app to Vultr VPS

16
Comments 1
4 min read
What modules can I use to ping a website in Django from the database?

What modules can I use to ping a website in Django from the database?

4
Comments
1 min read
SOVLED:Uploaded csv in Django not saving

SOVLED:Uploaded csv in Django not saving

7
Comments
1 min read
SOLVED:virtualenv fails on digital ocean's ubuntu 18.04 server

SOLVED:virtualenv fails on digital ocean's ubuntu 18.04 server

7
Comments
1 min read
Writing Django custom command

Writing Django custom command

15
Comments 4
4 min read
Django Environment Variables

Django Environment Variables

10
Comments
2 min read
Django Developer Interview Questions/Answers. (Beginners)

Django Developer Interview Questions/Answers. (Beginners)

20
Comments 2
3 min read
SOVED:Django Views not cooperating on form submit

SOVED:Django Views not cooperating on form submit

7
Comments
1 min read
#100DaysOfCode, 3rd round | Python, Flask, Django and more

#100DaysOfCode, 3rd round | Python, Flask, Django and more

51
Comments
6 min read
SOLVED:Connecting two Models to create a dropdown

SOLVED:Connecting two Models to create a dropdown

5
Comments
1 min read
How to add tags to your models in Django | Django Packages Series #1

How to add tags to your models in Django | Django Packages Series #1

123
Comments 6
5 min read
Integrating Slack with Django with Active Directory

Integrating Slack with Django with Active Directory

8
Comments
6 min read
Django Reversion + Wagtail = magic

Django Reversion + Wagtail = magic

11
Comments 2
3 min read
PykashTextUtil

PykashTextUtil

4
Comments
1 min read
Create an authentication app for almost any django project.

Create an authentication app for almost any django project.

16
Comments
5 min read
SOLVED: Showing the uploaded csv file on Django template

SOLVED: Showing the uploaded csv file on Django template

5
Comments
1 min read
SOLVED: django raises MultiValueDictKeyError at / 'file'

SOLVED: django raises MultiValueDictKeyError at / 'file'

4
Comments 8
1 min read
loading...