Skip to content
Standard
Reader
Log in
Tag
Django
Articles and publications tagged Django across the Atmosphere.
19
articles
7
publications
Articles
Publications
Recent
Recent
Trending
Most popular
Boris Mann Tech Blog
·
Sep 19, 2026
LaSuite Apps + Atmosphere Accounts
The French government LaSuite apps connected with Login with Atmosphere OIDC
3
·
7
·
LaSuite
·
OIDC
lesser daemon
·
Feb 5, 2025
Setting Up Django With Vite On Windows Subsystem for Linux
This is documented piecemeal elsewhere, but I ran into enough small issues as a WSL user that it seemed worth writing up, and while django-vite is a cool tool I think it assumes a lot of domain knowledge that new users may not have. Though I've been a fan of the HTMX minimal dependencies philosophy for a while, I am accepting the necessity of having some degree of JavaScript build pipeline: even if you're keeping all your logic on the back-end, there are plenty of things it's preferable to be a
100days
·
python
ooo-yay.com
·
Sep 8, 2024
Using Pydantic Settings with Django and Django Ninja
I love Django as a framework. It's modularity makes building new and complex projects a breeze. When Django Ninja came around and layered Pydantic Schema onto the framework for serialization I was...
programming
·
python
Redowan's Reflections
·
May 9, 2023
Sorting a Django queryset by a custom sequence of an attribute
Sort Django querysets by custom attribute sequences using Case and When expressions for database-level ordering with SQL CASE statements.
Python
·
Django
Redowan's Reflections
·
Jan 14, 2023
Debugging a containerized Django application in Jupyter Notebook
Connect Jupyter Notebook to Dockerized Django apps using ipykernel and django-extensions for interactive debugging and data exploration.
Python
·
Django
Redowan's Reflections
·
Jan 7, 2023
Manipulating text with query expressions in Django
Use Django query expressions like Replace, Upper, Lower, Concat, and Substr for efficient database-level text manipulation without fetching data.
Python
·
Django
Redowan's Reflections
·
Nov 30, 2022
Faster bulk_update in Django
Accelerate Django bulk_update operations by 4x using multiprocessing to parallelize database writes across chunked record batches.
Python
·
Django
Redowan's Reflections
·
Nov 9, 2022
Save models with update_fields for better performance in Django
Optimize Django model saves with update_fields parameter to generate leaner SQL queries and improve performance in tight update loops.
Python
·
Django
Redowan's Reflections
·
Oct 14, 2022
Dissecting an outage caused by eager-loading file content
Learn from a production outage caused by loading large CSV files into memory. Stream process files to prevent OOM errors and crashes.
Python
·
Incident Post-mortem
Redowan's Reflections
·
Jun 27, 2022
Bulk operations in Django with process pool
Speed up Django bulk operations with ProcessPoolExecutor while preserving signals and hooks that bulk_create/bulk_update bypass.
Python
·
Django
Redowan's Reflections
·
Apr 13, 2022
Return JSON error payload instead of HTML text in DRF
Fix Django REST Framework to return JSON error responses for 403, 404, 500 errors using middleware instead of default HTML pages.
Python
·
API
Redowan's Reflections
·
Jan 20, 2022
Uniform error response in Django Rest Framework
Standardize Django REST Framework error responses using custom exception handlers to match Microsoft's REST API guidelines format.
Python
·
Django
Cuducos
·
Nov 24, 2021
Como organizar um projeto em Django
pt
·
Python
Personal woile blog
·
Mar 2, 2017
How to filter Polymorphic Models with Django Filters
Integration of two python/django libraries
python
·
django
Cuducos
·
Feb 26, 2016
Upload de arquivos no Django: entendendo os modos de leitura
pt
·
Python
eve.gd: Martin Paul Eve
·
Aug 26, 2011
Satchmo payment modules
django
·
satchmo
eve.gd: Martin Paul Eve
·
Jan 19, 2011
Rockaby: Mission Statement and Implementation Plans
rockaby
·
django
eve.gd: Martin Paul Eve
·
Dec 13, 2010
Djiscography: a Django-based discography generator
django
·
djiscography
eve.gd: Martin Paul Eve
·
Dec 2, 2010
Rockaby refactoring and abstraction
software
·
rockaby
You've reached the end.
Home
Latest
Discover
Search