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.
Is Django a Full Stack Framework?

Is Django a Full Stack Framework?

52
Comments 6
2 min read
From Concept To Live In Two Weeks With Django

From Concept To Live In Two Weeks With Django

9
Comments
8 min read
Django SaaS dev course

Django SaaS dev course

1
Comments 2
1 min read
I've created a free crash course platform for self-learners

I've created a free crash course platform for self-learners

12
Comments 6
2 min read
Chaos Middleware: Simulate disruptions in Django applications to improve resiliency

Chaos Middleware: Simulate disruptions in Django applications to improve resiliency

6
Comments
3 min read
Spring boot or Django?Why?

Spring boot or Django?Why?

2
Comments 5
1 min read
How to manage snake case for backend (Django, Rails) and camel case for React?

How to manage snake case for backend (Django, Rails) and camel case for React?

3
Comments
3 min read
Настройки приложений Django

Настройки приложений Django

6
Comments 2
1 min read
"Django Hosting Options"

"Django Hosting Options"

86
Comments 9
3 min read
Create proper REST API with Django, DRF, JWT and OpenApi

Create proper REST API with Django, DRF, JWT and OpenApi

10
Comments
7 min read
Introduction to multi-tenant apps with django

Introduction to multi-tenant apps with django

19
Comments 3
3 min read
Enable Course Sidebar in open edX

Enable Course Sidebar in open edX

4
Comments 1
1 min read
First tango with Django? How did the plan go?

First tango with Django? How did the plan go?

5
Comments 2
4 min read
How I ran Django on my android phone ❌💻

How I ran Django on my android phone ❌💻

50
Comments 32
2 min read
How to deploy Django Web App on Ubuntu AWS EC2 with nginx Configuration

How to deploy Django Web App on Ubuntu AWS EC2 with nginx Configuration

12
Comments
1 min read
How to integrate AWS S3 and AWS RDS PostgreSQL on Django Web App

How to integrate AWS S3 and AWS RDS PostgreSQL on Django Web App

2
Comments
1 min read
Singer ETL + Airflow + Django + Docker: The last frontier

Singer ETL + Airflow + Django + Docker: The last frontier

4
Comments
1 min read
Python, can you use Jinja in classes? As in, you render templates instead of a text field?

Python, can you use Jinja in classes? As in, you render templates instead of a text field?

2
Comments
1 min read
Issue 39 - Django Security Release, Django Day in Denmark, bonus documentation sites, and more

Issue 39 - Django Security Release, Django Day in Denmark, bonus documentation sites, and more

5
Comments
2 min read
How do you make a about page route?

How do you make a about page route?

2
Comments 7
1 min read
Web Design and Styling..... what is the right path, I should look into?

Web Design and Styling..... what is the right path, I should look into?

4
Comments
1 min read
Separating Sensitive Data from Code (using python-decouple)

Separating Sensitive Data from Code (using python-decouple)

9
Comments
2 min read
Using VueJS alongside Django

Using VueJS alongside Django

24
Comments 1
4 min read
How to add multiple images to one object?

How to add multiple images to one object?

2
Comments
1 min read
Learning Django Through Problem-Solving: How A Lawyer Built His Side Project

Learning Django Through Problem-Solving: How A Lawyer Built His Side Project

14
Comments 1
5 min read
The Poor Man's Guide to Django deployment in the AWS

The Poor Man's Guide to Django deployment in the AWS

10
Comments
10 min read
Deploying a Production-ready Django app on AWS

Deploying a Production-ready Django app on AWS

100
Comments 13
16 min read
Top 5 Courses to become a Django Developer in 2020

Top 5 Courses to become a Django Developer in 2020

18
Comments 1
7 min read
Custom Context Processors in Django.

Custom Context Processors in Django.

26
Comments 4
2 min read
Ultimate Django Reference (commands, deployment, rest api)

Ultimate Django Reference (commands, deployment, rest api)

59
Comments 2
4 min read
Django ORM if you already know SQL

Django ORM if you already know SQL

55
Comments 3
4 min read
DJANGO STEPS TO CREATING A MODULE (to show)

DJANGO STEPS TO CREATING A MODULE (to show)

5
Comments 9
1 min read
Python libraries to make your code readable, reliable and maintainable

Python libraries to make your code readable, reliable and maintainable

97
Comments 9
7 min read
Issue 38 - New release of Black, Wagtail 2.10.1, articles, and adding flame graphs to django-debug-toolbar.

Issue 38 - New release of Black, Wagtail 2.10.1, articles, and adding flame graphs to django-debug-toolbar.

7
Comments
3 min read
TinyMCE Django form won't submit.

TinyMCE Django form won't submit.

6
Comments 1
1 min read
How to Escape the Tyranny of Complicated Javascript in 4 Easy Steps

How to Escape the Tyranny of Complicated Javascript in 4 Easy Steps

16
Comments
3 min read
How to Automate Manual Steps after SSH

How to Automate Manual Steps after SSH

7
Comments 1
2 min read
My first fully functional web app is here!

My first fully functional web app is here!

29
Comments 6
4 min read
Understand Django: Administer All The Things

Understand Django: Administer All The Things

15
Comments
13 min read
Create a News-Curator and News Subscription App using Django

Create a News-Curator and News Subscription App using Django

11
Comments
3 min read
100DaysOfCode | Day 24, 25(Flask)

100DaysOfCode | Day 24, 25(Flask)

9
Comments 2
1 min read
Setting up user authentication with Nuxtjs and Django Rest Framework [Part - 1]

Setting up user authentication with Nuxtjs and Django Rest Framework [Part - 1]

17
Comments
5 min read
Setting up user authentication with Nuxtjs and Django Rest Framework [Part - 2]

Setting up user authentication with Nuxtjs and Django Rest Framework [Part - 2]

13
Comments 2
5 min read
Django starter with models

Django starter with models

5
Comments
4 min read
Vue.js vs Django/Python which would you prefer when and for what?

Vue.js vs Django/Python which would you prefer when and for what?

4
Comments 3
1 min read
Material Dashboard - Free Django Dashboard Example

Material Dashboard - Free Django Dashboard Example

31
Comments 1
4 min read
How To Learn Django / Python in a Month

How To Learn Django / Python in a Month

7
Comments 2
3 min read
Model Inheritance in Django

Model Inheritance in Django

34
Comments 8
5 min read
languages in PyCharm.... Django isn’t listed?

languages in PyCharm.... Django isn’t listed?

2
Comments 5
1 min read
Tired of Deployments, built my own Heroku

Tired of Deployments, built my own Heroku

160
Comments 41
6 min read
Building a Full-Text Search App Using Django, Docker and Elasticsearch

Building a Full-Text Search App Using Django, Docker and Elasticsearch

45
Comments 1
5 min read
Django internship

Django internship

3
Comments
1 min read
How do you create a Home and About page in Django?

How do you create a Home and About page in Django?

2
Comments 7
1 min read
Apple/Mac Automator ...how do you create a shortcut to run a terminal script/code?

Apple/Mac Automator ...how do you create a shortcut to run a terminal script/code?

2
Comments 7
1 min read
Do you create a Model or View first? In DJANGO?

Do you create a Model or View first? In DJANGO?

3
Comments 5
1 min read
Need advice to create e-commerce website and application with python and react

Need advice to create e-commerce website and application with python and react

4
Comments 5
1 min read
Migrando do PyCharm para o VSCode

Migrando do PyCharm para o VSCode

8
Comments
5 min read
Issue 37 - GSOD kicks off, new Python 3.7.9 and 3.6.12, Tailwind CSS v1.7.x, and much more!

Issue 37 - GSOD kicks off, new Python 3.7.9 and 3.6.12, Tailwind CSS v1.7.x, and much more!

4
Comments
3 min read
How to Check Django Version – Ultimate Guide 2020

How to Check Django Version – Ultimate Guide 2020

11
Comments
2 min read
In what order, do you use what from what? Like urls.py, settings, admin, ect....

In what order, do you use what from what? Like urls.py, settings, admin, ect....

4
Comments
1 min read
loading...