Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
django-htmx-patterns/inline_partials.rst at master · spookylukey/django-htmx-patterns
-
Django: How to profile and improve startup time - Adam Johnson
-
Improve your Django Code with pre-commit
-
Django: Avoid database queries in template context processors - Adam Johnson
-
Django Logging, The Right Way | Lincoln Loop
-
Creating Custom Postgres Data Types in Django
-
GitHub - danni/django-postgres-composite-types: Postgres composite types support for Django
-
ariadne: Python library for implementing GraphQL servers using schema-first approach.
https://ariadnegraphql.org/ https://sourceforge.net/projects/ariadne.mirror/ -
Django Views — The Right Way
Django Views — The Right Way #python #django -
How I am using ChatGPT to increase my productivity coding Django – Django Andy
-
Django import / export — django-import-export 3.1.1.dev0 documentation
-
Ban 1+N in Django
https://old.reddit.com/r/programming/comments/122k3w3/ban_1n_in_django/ -
Ban 1+N in Django - Hackflow
-
Ban 1+N in Django | Hacker News
-
wimglenn/djangorestframework-queryfields: Allows clients to control which fields will be sent in the API response
Allows clients to control which fields will be sent in the API response - wimglenn/djangorestframework-queryfields: Allows clients to control which fields will be sent in the API response -
Against service layers in Django
-
Ban 1+N in Django - Hackflow
I always thought of 1+N as a thing that you just keep in your head, catch on code reviews or via performance regressions. This worked well for a long … -
In Defense of Crusty Old Swiss Army Knives // Zach Goldstein
-
ban 1+n in django - hackflow
-
Static site generator for Django - Django Distill
-
Ban 1+N in Django - Hackflow
-
adamchainz/django-upgrade: Automatically upgrade your Django projects.
-
Mock Django's cache in unit tests
-
Go Fast With Django · Matt Layman
How do you make your Django app fast? You measure what is slow, scale your system when necessary, and use a combination of fast database queries and strategic caching. In this Understand Django article, we'll explore those topics and more to help you get a performant Django app. -
Django: Avoid database queries in template context processors