#djangoorm β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #djangoorm, aggregated by home.social.
-
π Day 1 on django-rls-tenants β bringing true PostgreSQL Row-Level Security to Django multitenancy!
Instead of separate schemas or filtered querysets, this library leverages native RLS policies at the DB level to isolate tenant data automatically.
β Pros:
β’ True DB-level isolation β tenants can't bleed into each other
β’ Transparent to Django ORM β no custom managers needed
β’ Leaner than schema-per-tenant approaches
β’ Scales well for high tenant counts
β’ Security enforced even outside the app layerβ Cons:
β’ PostgreSQL-only (no MySQL/SQLite support)
β’ RLS policies add complexity to migrations
β’ Debugging cross-tenant issues can be tricky
β’ Superuser connections bypass RLS β needs care
β’ Less community tooling than shared-schema approachesStill very early, but the foundations are solid. Would love feedback from anyone who's tackled multitenancy in Django before! ππ
#Django #PostgreSQL #Python #Multitenancy #RLS #RowLevelSecurity #OpenSource #WebDev #SaaS #DjangoORM #DevLife
-
π Day 1 on django-rls-tenants β bringing true PostgreSQL Row-Level Security to Django multitenancy!
Instead of separate schemas or filtered querysets, this library leverages native RLS policies at the DB level to isolate tenant data automatically.
β Pros:
β’ True DB-level isolation β tenants can't bleed into each other
β’ Transparent to Django ORM β no custom managers needed
β’ Leaner than schema-per-tenant approaches
β’ Scales well for high tenant counts
β’ Security enforced even outside the app layerβ Cons:
β’ PostgreSQL-only (no MySQL/SQLite support)
β’ RLS policies add complexity to migrations
β’ Debugging cross-tenant issues can be tricky
β’ Superuser connections bypass RLS β needs care
β’ Less community tooling than shared-schema approachesStill very early, but the foundations are solid. Would love feedback from anyone who's tackled multitenancy in Django before! ππ
#Django #PostgreSQL #Python #Multitenancy #RLS #RowLevelSecurity #OpenSource #WebDev #SaaS #DjangoORM #DevLife
-
Paolo's epic tale of Django ORM might just be the database apocalypse we didn't see coming. π΅βπ« Apparently, it's the secret sauce for world peaceβwho knew?! πβ¨
https://www.paulox.net/2025/10/06/django-orm-comparison/ #DjangoORM #databaseApocalypse #worldPeace #secretSauce #epicTale #HackerNews #ngated -
Paolo's epic tale of Django ORM might just be the database apocalypse we didn't see coming. π΅βπ« Apparently, it's the secret sauce for world peaceβwho knew?! πβ¨
https://www.paulox.net/2025/10/06/django-orm-comparison/ #DjangoORM #databaseApocalypse #worldPeace #secretSauce #epicTale #HackerNews #ngated -
Paolo's epic tale of Django ORM might just be the database apocalypse we didn't see coming. π΅βπ« Apparently, it's the secret sauce for world peaceβwho knew?! πβ¨
https://www.paulox.net/2025/10/06/django-orm-comparison/ #DjangoORM #databaseApocalypse #worldPeace #secretSauce #epicTale #HackerNews #ngated -
Paolo's epic tale of Django ORM might just be the database apocalypse we didn't see coming. π΅βπ« Apparently, it's the secret sauce for world peaceβwho knew?! πβ¨
https://www.paulox.net/2025/10/06/django-orm-comparison/ #DjangoORM #databaseApocalypse #worldPeace #secretSauce #epicTale #HackerNews #ngated -
Simon Charette with a decade of experience in the #Django community takes the stage at #DjangonautSpace to present a talk on "Demystifying the Django ORM"! π
Must-watch for everyone who wants to dive deep into the #DjangoORM intricacies! Check-out https://youtu.be/IakfTkQIuFw π€©
-
Discover the power of Django ORM's get method for single record retrieval. Learn best practices, practical applications, and optimization techniques to create more efficient and user-friendly Django applications. #DjangoORM #WebDevelopmen
https://teguhteja.id/django-orm-get-method-mastering-single-record-retrieval/