#orm

[ follow ]
#django
fromdjangocentral.com
2 months ago
Web frameworks

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

fromPeterbe
3 months ago
Django

Combining Django signals with in-memory LRU cache - Peterbe.com

Django ORM can efficiently retrieve category data as a dictionary, with cache for performance.
fromdjangosnippets.org
6 months ago
Django

get_object_or_none

The utility simplifies object retrieval while optimizing performance through select_related and prefetch_related.
fromdjangocentral.com
2 months ago
Web frameworks

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

Web frameworks
fromDjangocentral
1 year ago

How to Use Subquery() in Django With Practical Examples

Using Django Subquery enables concise, efficient retrieval of related records by embedding queries for complex filtering instead of manual ID list construction.
fromPybites
4 months ago

From SQL To SQLModel: A Cleaner Way To Work With Databases In Python - Pybites

SQLModel is a library for interacting with databases through Python objects and type annotations, eliminating the need to write direct SQL queries.
Python
[ Load more ]