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.
My beloved Python cheat sheet

My beloved Python cheat sheet

220
Comments 6
6 min read
Django Fixtures: seeding databases

Django Fixtures: seeding databases

19
Comments 1
6 min read
Adding new features to my open source (React + Django) job board

Adding new features to my open source (React + Django) job board

4
Comments
1 min read
Debouncing a Celery task

Debouncing a Celery task

2
Comments
2 min read
Portfolio Review

Portfolio Review

5
Comments 4
1 min read
Is django underrated and node.js(express.js) overrated ?

Is django underrated and node.js(express.js) overrated ?

9
Comments 11
2 min read
3 tips for Django Beginners

3 tips for Django Beginners

19
Comments 10
3 min read
Using Blockonomics Bitcoin Payments API

Using Blockonomics Bitcoin Payments API

20
Comments
5 min read
Scaling django: basic concepts

Scaling django: basic concepts

3
Comments
3 min read
I Need Help in this problem

I Need Help in this problem

16
Comments 5
3 min read
Best Free Resources to Learn Web Development

Best Free Resources to Learn Web Development

15
Comments 2
1 min read
The Complete Full Stack Web Developer Roadmap 2021

The Complete Full Stack Web Developer Roadmap 2021

16
Comments
1 min read
Sending Invites - Building SaaS #77

Sending Invites - Building SaaS #77

3
Comments
1 min read
Quick and easy user registration with django

Quick and easy user registration with django

3
Comments
5 min read
Open sourcing my automated job board (ReactJs + Django)

Open sourcing my automated job board (ReactJs + Django)

34
Comments 1
1 min read
I'm calling it DjangoGreen 3/n

I'm calling it DjangoGreen 3/n

Comments
5 min read
Documenting Django Rest Framework API

Documenting Django Rest Framework API

5
Comments
2 min read
Setting up django app Dockerfile - Dockerizing Django for deploying anywhere !

Setting up django app Dockerfile - Dockerizing Django for deploying anywhere !

37
Comments 2
5 min read
Fixing Django anti-patterns in Sentry

Fixing Django anti-patterns in Sentry

2
Comments
5 min read
Configuring nginx - Dockerizing Django for deploying anywhere !

Configuring nginx - Dockerizing Django for deploying anywhere !

10
Comments
3 min read
Setting up the database - Dockerizing Django for deploying anywhere !

Setting up the database - Dockerizing Django for deploying anywhere !

13
Comments
4 min read
Django development using Docker as host - Part 1: Dockerfile

Django development using Docker as host - Part 1: Dockerfile

20
Comments 1
4 min read
Django development using Docker as host - Part 5: Django development

Django development using Docker as host - Part 5: Django development

6
Comments
4 min read
Django development using Docker as host - Part 2: Create scripts

Django development using Docker as host - Part 2: Create scripts

6
Comments
2 min read
Django development using Docker as host - Part 4: docker-compose

Django development using Docker as host - Part 4: docker-compose

4
Comments
3 min read
Django development using Docker as host - Part 3: Create Django project

Django development using Docker as host - Part 3: Create Django project

3
Comments
2 min read
How to implement Auto Expiring Token in Django Rest Framework

How to implement Auto Expiring Token in Django Rest Framework

2
Comments
5 min read
Pagination class in Django

Pagination class in Django

9
Comments
2 min read
I was fighting the platform and I lost. Now I'm better for it

I was fighting the platform and I lost. Now I'm better for it

6
Comments
4 min read
Docker , containers and django

Docker , containers and django

16
Comments 3
7 min read
best-of-web-python: A ranked list of awesome Python libraries for web development

best-of-web-python: A ranked list of awesome Python libraries for web development

5
Comments
1 min read
How to create multiple independent admin sites in Django

How to create multiple independent admin sites in Django

11
Comments 4
4 min read
FriendBook - The Social Media

FriendBook - The Social Media

12
Comments 8
17 min read
53% of Django projects have redundant code

53% of Django projects have redundant code

6
Comments
3 min read
Django for APIs Notes - Part IV

Django for APIs Notes - Part IV

14
Comments 2
2 min read
Strapi.JS vs Django REST Framework. Is DRF redundant using Strapi?

Strapi.JS vs Django REST Framework. Is DRF redundant using Strapi?

2
Comments
1 min read
48% of Django projects could simplify models.py in these 3 ways

48% of Django projects could simplify models.py in these 3 ways

26
Comments 1
6 min read
Django For APIs Notes - Part III

Django For APIs Notes - Part III

9
Comments 3
6 min read
Understanding the Fundamental Django Framework Paradigms

Understanding the Fundamental Django Framework Paradigms

7
Comments 1
4 min read
Django For APIs Notes- Part II

Django For APIs Notes- Part II

9
Comments 4
4 min read
Ajax & Django - Rid of Page Reloading

Ajax & Django - Rid of Page Reloading

7
Comments
2 min read
Django for APIs Notes - Part I

Django for APIs Notes - Part I

42
Comments 2
3 min read
Hidden in plain sight, 8% of Django projects have flaky middleware.

Hidden in plain sight, 8% of Django projects have flaky middleware.

3
Comments
4 min read
test

test

Comments 1
1 min read
Why full-stack developer isn't a myth in 2021

Why full-stack developer isn't a myth in 2021

4
Comments 4
2 min read
MediDoc: Efficient Paperless Medical Treatment Management System - DOHackathon Submission

MediDoc: Efficient Paperless Medical Treatment Management System - DOHackathon Submission

6
Comments 1
6 min read
Exploring Options for Deploying Django Web App

Exploring Options for Deploying Django Web App

11
Comments 3
5 min read
Pagination made easy with Django Rest Framework

Pagination made easy with Django Rest Framework

12
Comments
7 min read
Using Vue.js Alongside Django Template

Using Vue.js Alongside Django Template

9
Comments 2
4 min read
Why one should Contribute to Opensource Project

Why one should Contribute to Opensource Project

3
Comments
1 min read
How did I build a web app in a day and deployed

How did I build a web app in a day and deployed

6
Comments 2
2 min read
Importing settings files directly is more common than you think.

Importing settings files directly is more common than you think.

7
Comments
3 min read
What do you prefer on back-end with ReactJS?

What do you prefer on back-end with ReactJS?

6
Comments 7
1 min read
Make A Landing Page - Building SaaS #75

Make A Landing Page - Building SaaS #75

3
Comments
1 min read
40% of Django projects have these URL bugs waiting to happen

40% of Django projects have these URL bugs waiting to happen

12
Comments
6 min read
20% of Django websites are vulnerable to these 3 hacks

20% of Django websites are vulnerable to these 3 hacks

34
Comments 1
3 min read
Online Video Sharing Website - Django Project

Online Video Sharing Website - Django Project

14
Comments 14
22 min read
Understand Django: Serving Static Files

Understand Django: Serving Static Files

17
Comments
12 min read
What Motivates a Developer to Contribute to Opensource Software?

What Motivates a Developer to Contribute to Opensource Software?

1
Comments
1 min read
Django Signals

Django Signals

9
Comments
4 min read
loading...