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.
Handling JSON Data Serialization when Working with Django REST Framework APIs

Handling JSON Data Serialization when Working with Django REST Framework APIs

2
Comments
6 min read
Django project website UX: call for help!

Django project website UX: call for help!

1
Comments
1 min read
Handling Concurrency in Django with select_for_update

Handling Concurrency in Django with select_for_update

4
Comments
3 min read
How to store users location in django using GeoDjango

How to store users location in django using GeoDjango

8
Comments
3 min read
Python super() vs Base.__init__ Method

Python super() vs Base.__init__ Method

Comments
3 min read
Django Authentication Tutorial: Login, Logout, Signup, Password Change, and Password Reset

Django Authentication Tutorial: Login, Logout, Signup, Password Change, and Password Reset

3
Comments 1
14 min read
Your First Backend Web Server with Django

Your First Backend Web Server with Django

7
Comments 3
9 min read
Build a Multivendor E-commerce Website using Django, React & Django Rest Framework

Build a Multivendor E-commerce Website using Django, React & Django Rest Framework

34
Comments 1
3 min read
Custom Commands in Django

Custom Commands in Django

2
Comments
2 min read
Can Django handle 100K+ daily visits?

Can Django handle 100K+ daily visits?

9
Comments 5
3 min read
How to Deploy your Django Web App and connect a MySQL Database in cPanel

How to Deploy your Django Web App and connect a MySQL Database in cPanel

35
Comments 3
7 min read
Building a Full-Fledged Application Using Only Django Admin

Building a Full-Fledged Application Using Only Django Admin

Comments
4 min read
Why Python has No REAL Private Method :- Understanding the Absence of True Private Methods in Python.

Why Python has No REAL Private Method :- Understanding the Absence of True Private Methods in Python.

2
Comments
2 min read
How to resolve Django migration errors from triggers.

How to resolve Django migration errors from triggers.

Comments
3 min read
Monitoring Celery in Production

Monitoring Celery in Production

1
Comments
8 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.