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.
Models In Django

Models In Django

10
Comments
1 min read
Haiperlinks

Haiperlinks

2
Comments
1 min read
HOW TO BECOME A SUCCESSFUL DEVELOPER

HOW TO BECOME A SUCCESSFUL DEVELOPER

10
Comments
2 min read
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

14
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

13
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
Django React Deployment to Heroku

Django React Deployment to Heroku

4
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
Using Django Filters

Using Django Filters

2
Comments
2 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
Creating the data and fine-tuning the templates

Creating the data and fine-tuning the templates

6
Comments
4 min read
Model Architecture Planning

Model Architecture Planning

4
Comments
1 min read
Its Prime Media, a website built completely with Django

Its Prime Media, a website built completely with Django

7
Comments
3 min read
Hijack To Help Customers

Hijack To Help Customers

6
Comments
7 min read
Django For Beginners - Project Setup P1

Django For Beginners - Project Setup P1

19
Comments
3 min read
Creating the app for the blog

Creating the app for the blog

3
Comments
2 min read
Trello Clone using Django, React, Redis

Trello Clone using Django, React, Redis

57
Comments 13
1 min read
When a technology draws the perfect constellation for your educational project (Django, NLTK...)

When a technology draws the perfect constellation for your educational project (Django, NLTK...)

5
Comments
8 min read
Github Stats

Github Stats

7
Comments 2
1 min read
Creating the blog project

Creating the blog project

3
Comments
4 min read
Quel framework choisir pour votre application REST en 2020 ?

Quel framework choisir pour votre application REST en 2020 ?

6
Comments
8 min read
Creating a blog with Cookiecutter-Django & deploying it to Heroku: Introduction

Creating a blog with Cookiecutter-Django & deploying it to Heroku: Introduction

16
Comments
1 min read
Dev Side Project: Updating the UI & using 2 more API's for more data

Dev Side Project: Updating the UI & using 2 more API's for more data

3
Comments
7 min read
👨‍💻 Getting Started With Django ( Part 1 ) - Django For Beginners

👨‍💻 Getting Started With Django ( Part 1 ) - Django For Beginners

36
Comments 6
3 min read
Beginner's Guide to Building a Web App

Beginner's Guide to Building a Web App

7
Comments
2 min read
How do I fix a Django sitemap HTTP error 500 on Heroku?

How do I fix a Django sitemap HTTP error 500 on Heroku?

2
Comments
1 min read
Python Zero to Hero - Ep.25 - Let's learn Django 1:02:04

Python Zero to Hero - Ep.25 - Let's learn Django

6
Comments
1 min read
Asynchronous Programming in python with AsyncIO(For Beginners)

Asynchronous Programming in python with AsyncIO(For Beginners)

12
Comments
5 min read
help creating django REST API

help creating django REST API

7
Comments 9
1 min read
A Comprehensive Guide to Django Middleware

A Comprehensive Guide to Django Middleware

51
Comments 6
8 min read
Generating Django QuerySet filters from oso policies

Generating Django QuerySet filters from oso policies

2
Comments
1 min read
EuroPython 2020: All edited videos are online plus Featured Video of the Week

EuroPython 2020: All edited videos are online plus Featured Video of the Week

5
Comments 1
2 min read
Why is worth considering Django for your web project in 2020?

Why is worth considering Django for your web project in 2020?

8
Comments
4 min read
How to add Like/Unlike button to your Django Blog

How to add Like/Unlike button to your Django Blog

50
Comments 17
3 min read
Hackathon App Part 2 - Building SaaS #62

Hackathon App Part 2 - Building SaaS #62

2
Comments
2 min read
How to integrate Shopify to Django

How to integrate Shopify to Django

2
Comments 1
1 min read
Efficient API development with Python3 and Django REST framework

Efficient API development with Python3 and Django REST framework

10
Comments
9 min read
Django REST API - CRUD Tutorial

Django REST API - CRUD Tutorial

45
Comments 10
6 min read
Django Rest Framework vs Datascience/Machine Learning

Django Rest Framework vs Datascience/Machine Learning

3
Comments
1 min read
First time here, be nice.

First time here, be nice.

3
Comments 3
1 min read
Use Django to Add Schema for Rich Results

Use Django to Add Schema for Rich Results

9
Comments 2
2 min read
loading...