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 Use Semantic Versioning for Shared Django Apps

How to Use Semantic Versioning for Shared Django Apps

7
Comments
5 min read
'AnonymousUser' object has no attribute '_meta' | Django Authentication

'AnonymousUser' object has no attribute '_meta' | Django Authentication

2
Comments
1 min read
Understand Django: Command Your App

Understand Django: Command Your App

9
Comments
11 min read
My Experience Creating a Portfolio Website

My Experience Creating a Portfolio Website

4
Comments 1
3 min read
Production-Ready Docker Configuration With DigitalOcean Container Registry Part I

Production-Ready Docker Configuration With DigitalOcean Container Registry Part I

11
Comments 1
13 min read
Production-Ready Docker Configuration With DigitalOcean Container Registry Part II

Production-Ready Docker Configuration With DigitalOcean Container Registry Part II

7
Comments
5 min read
Towards a multi-criteria decision support system for project management based on personal traits and performance

Towards a multi-criteria decision support system for project management based on personal traits and performance

5
Comments 2
2 min read
Django views and Urls

Django views and Urls

9
Comments 6
3 min read
Django Website Template - Material Kit (Bootstrap 5)

Django Website Template - Material Kit (Bootstrap 5)

47
Comments 4
2 min read
Developing an Internet-based GIS Application to Analyze and Determine Potential Public School Locations in Addis Ababa

Developing an Internet-based GIS Application to Analyze and Determine Potential Public School Locations in Addis Ababa

5
Comments
5 min read
Building a Wallet System with Django and Wallets Africa API

Building a Wallet System with Django and Wallets Africa API

18
Comments 6
10 min read
Voice Enabled Penetration Testing

Voice Enabled Penetration Testing

4
Comments 1
2 min read
Flask and Django - the backend web frameworks

Flask and Django - the backend web frameworks

11
Comments 2
5 min read
#Solved - ValueError: The field admin.LogEntry.user was declared with a lazy reference.

#Solved - ValueError: The field admin.LogEntry.user was declared with a lazy reference.

10
Comments 4
1 min read
React Django - Soft Dashboard (Free Product)

React Django - Soft Dashboard (Free Product)

55
Comments 8
3 min read
Django Tutorial Part 0 --Docker-Compose で Django 3-4 と postgres 12 で composeexample プロジェクトを作って起動する

Django Tutorial Part 0 --Docker-Compose で Django 3-4 と postgres 12 で composeexample プロジェクトを作って起動する

5
Comments
3 min read
Easiest Django Shell/Terminal

Easiest Django Shell/Terminal

4
Comments
1 min read
How to create a Django virtual environment in windows

How to create a Django virtual environment in windows

11
Comments
3 min read
Forest Admin: Django Admin Alternative

Forest Admin: Django Admin Alternative

30
Comments
6 min read
Introspecting Python Parameter Values via Argument Binding

Introspecting Python Parameter Values via Argument Binding

13
Comments
9 min read
Profiling Django App

Profiling Django App

6
Comments
8 min read
Frontend, Backend and Fullstack In Software Development, explained.

Frontend, Backend and Fullstack In Software Development, explained.

94
Comments 5
2 min read
To OpenSource and Beyond

To OpenSource and Beyond

6
Comments
3 min read
Free Django Dashboard - MaterialPRO Lite

Free Django Dashboard - MaterialPRO Lite

43
Comments 2
3 min read
Don't abuse Django's DEBUG setting

Don't abuse Django's DEBUG setting

13
Comments 2
3 min read
What is Django, and why you should learn it?

What is Django, and why you should learn it?

59
Comments 7
3 min read
Dynamically Create ORM Models for Individual Table Partitions

Dynamically Create ORM Models for Individual Table Partitions

4
Comments 1
4 min read
uwsgi error: bind(): No such file or directory [core/socket.c line 230]

uwsgi error: bind(): No such file or directory [core/socket.c line 230]

5
Comments
1 min read
Django Migrations

Django Migrations

6
Comments
2 min read
How to automate creating a Django super user

How to automate creating a Django super user

4
Comments
3 min read
The Django feature that can slow your website to a crawl

The Django feature that can slow your website to a crawl

8
Comments
3 min read
My experience of moving from Laravel to Django

My experience of moving from Laravel to Django

21
Comments 2
8 min read
What is Serializer and deserializer?

What is Serializer and deserializer?

3
Comments
1 min read
Django Cloud Task Queue

Django Cloud Task Queue

6
Comments
1 min read
How To Manage Open edX Environment Variables Using Doppler and Automating The Deployment

How To Manage Open edX Environment Variables Using Doppler and Automating The Deployment

6
Comments
5 min read
A FullStack Project: XPanel #0

A FullStack Project: XPanel #0

2
Comments
3 min read
Django Admin Template - Volt Bootstrap 5

Django Admin Template - Volt Bootstrap 5

40
Comments 8
2 min read
Handling bulk update or create on Django models through filters

Handling bulk update or create on Django models through filters

4
Comments
7 min read
Build a web traffic monitor with Django and IPStack

Build a web traffic monitor with Django and IPStack

27
Comments 6
9 min read
Building a Fast Web Interface in Django for Data Entry

Building a Fast Web Interface in Django for Data Entry

3
Comments 1
2 min read
Setting-up a Django project for production

Setting-up a Django project for production

5
Comments
4 min read
Форматер black и миграции

Форматер black и миграции

6
Comments
1 min read
How to import large csv file in Django-admin.

How to import large csv file in Django-admin.

9
Comments
8 min read
How to deploy a Django App on Heroku in less than 5 minutes

How to deploy a Django App on Heroku in less than 5 minutes

11
Comments 4
4 min read
A Non-Scary Introduction to Django

A Non-Scary Introduction to Django

3
Comments
8 min read
Managing Secrets with Doppler in Django

Managing Secrets with Doppler in Django

10
Comments
4 min read
Top Django Projects Ideas

Top Django Projects Ideas

14
Comments
2 min read
A minimal Django testing style guide

A minimal Django testing style guide

9
Comments
10 min read
Django Channels - A Simple Chat App Part 2

Django Channels - A Simple Chat App Part 2

18
Comments
6 min read
django-environ with Lists Environment Varibles in .env Files

django-environ with Lists Environment Varibles in .env Files

4
Comments
1 min read
How to Deploy a Python Django Application using PlanetScale and Koyeb Serverless Platform

How to Deploy a Python Django Application using PlanetScale and Koyeb Serverless Platform

4
Comments
8 min read
print("Hello, World!")

print("Hello, World!")

21
Comments 6
2 min read
Type Check Your Django Application

Type Check Your Django Application

6
Comments
15 min read
How can you differentiate between Array and LinkedList?

How can you differentiate between Array and LinkedList?

5
Comments 2
4 min read
Understanding software architecture

Understanding software architecture

10
Comments
4 min read
Consuming API with Django and Chart.js [Part 3]

Consuming API with Django and Chart.js [Part 3]

6
Comments
7 min read
Understand Elif-statements in Python in just 5 minutes!!!

Understand Elif-statements in Python in just 5 minutes!!!

6
Comments
4 min read
Beautiful Hackernews UI: Working with Hackernews API in Python (Django)

Beautiful Hackernews UI: Working with Hackernews API in Python (Django)

71
Comments 4
7 min read
Introduction to Django Architecture and Django Settings

Introduction to Django Architecture and Django Settings

8
Comments 1
4 min read
Django Custom Model Field - Positive Decimal Field

Django Custom Model Field - Positive Decimal Field

5
Comments
3 min read
loading...