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.
Django DBML generator

Django DBML generator

4
Comments
1 min read
How async should have been

How async should have been

16
Comments
9 min read
Writing JSON based REST APIs in Pure Django without using DRF or tastypie.

Writing JSON based REST APIs in Pure Django without using DRF or tastypie.

8
Comments
1 min read
Obfuscate Django models ids by encoding them as non-sequential non-predictable strings

Obfuscate Django models ids by encoding them as non-sequential non-predictable strings

15
Comments 1
5 min read
Django "Hello, World" 5 Different Ways

Django "Hello, World" 5 Different Ways

31
Comments
7 min read
How to Add Subscription Based Throttling to a Django API

How to Add Subscription Based Throttling to a Django API

21
Comments 2
3 min read
Custom User Model and Manager ( Django REST Framework )

Custom User Model and Manager ( Django REST Framework )

6
Comments
3 min read
Zero Boilerplate , Zero Runtime errors : Coding with Monads

Zero Boilerplate , Zero Runtime errors : Coding with Monads

5
Comments
4 min read
CoreUI - Admin Dashboard available as Jinja2 theme and Flask, Django web apps

CoreUI - Admin Dashboard available as Jinja2 theme and Flask, Django web apps

66
Comments 2
5 min read
Converting dates from an API response in a Django Template

Converting dates from an API response in a Django Template

9
Comments
3 min read
Fast Forms With UpdateView - Building SaaS #44

Fast Forms With UpdateView - Building SaaS #44

3
Comments
2 min read
Django GenericForeignKey with GenericRelation

Django GenericForeignKey with GenericRelation

17
Comments
2 min read
Building my first Django project with pages

Building my first Django project with pages

8
Comments
2 min read
Deploy Django or Flask in 3 easy steps (in production)

Deploy Django or Flask in 3 easy steps (in production)

11
Comments
2 min read
Scaling Django/Postgres with PgBouncer on Heroku

Scaling Django/Postgres with PgBouncer on Heroku

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