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 Secrets in Django.

Handling Secrets in Django.

13
Comments 1
1 min read
Python Zero to Hero - Ep.26 - Continue exploring Django 59:40

Python Zero to Hero - Ep.26 - Continue exploring Django

10
Comments
1 min read
Simple Filtering in DRF.

Simple Filtering in DRF.

8
Comments 1
1 min read
How to Return a JSON Response in Django

How to Return a JSON Response in Django

20
Comments 1
4 min read
Detecting code that will break Django migrations

Detecting code that will break Django migrations

4
Comments
2 min read
CRUD in Django seems better use of Time vs React or Vue.

CRUD in Django seems better use of Time vs React or Vue.

2
Comments 5
1 min read
Naked settings.py in your codebase?

Naked settings.py in your codebase?

2
Comments
3 min read
Django & DRF & Angular 101, partie 3.3 : authentification & accès guards

Django & DRF & Angular 101, partie 3.3 : authentification & accès guards

6
Comments
9 min read
Django For Beginners - Life Cycle P2

Django For Beginners - Life Cycle P2

15
Comments
2 min read
I need help

I need help

8
Comments 20
1 min read
Introducing django-cancan: authorization library for Django

Introducing django-cancan: authorization library for Django

11
Comments
2 min read
Understand Django: User Authentication

Understand Django: User Authentication

28
Comments 1
13 min read
Python is a Superpower. Industries that are using Python today

Python is a Superpower. Industries that are using Python today

3
Comments
2 min read
Thinking CharField? You'll think again after this

Thinking CharField? You'll think again after this

Comments
2 min read
Django Vs Flask 🤝

Django Vs Flask 🤝

4
Comments 4
1 min read
In-Depth Guide to Deploying a Django Project to PythonAnywhere.

In-Depth Guide to Deploying a Django Project to PythonAnywhere.

11
Comments 1
12 min read
Deployment Django on Heroku With a Different Branch

Deployment Django on Heroku With a Different Branch

2
Comments
5 min read
Custom User Model In Django 3

Custom User Model In Django 3

8
Comments
4 min read
BACKEND, DATABASE, STORAGE..... which do you prefer to use for React, Vue or Django. when and why?

BACKEND, DATABASE, STORAGE..... which do you prefer to use for React, Vue or Django. when and why?

4
Comments 6
1 min read
Designing A View - Building SaaS #59

Designing A View - Building SaaS #59

2
Comments
1 min read
How to deploy your Django app to Heroku for FREE

How to deploy your Django app to Heroku for FREE

36
Comments 2
3 min read
Django React Deployment to Heroku

Django React Deployment to Heroku

4
Comments
1 min read
Testing our app using Unittests

Testing our app using Unittests

10
Comments
8 min read
Showing the data we created on the frontend

Showing the data we created on the frontend

5
Comments
4 min read
Creating the models.py, views.py, urls.py, admin.py & the superuser

Creating the models.py, views.py, urls.py, admin.py & the superuser

8
Comments
5 min read
loading...