Explore >> Select a destination


You are here

paulosman.me
| | jinyuz.dev
1.9 parsecs away

Travel
| | I was working on a multi-tenant project and encountered a bug when using Django's GenericForeignKey with django-tenants. It was using the public schema's contenttype_id instead of the tenant schema's contenttype_id. So, if I have a model of Comment, my django_content_type table would have something like public.django_content_type id app_label model 15 comments comment tenant.django_content_type id app_label model 19 comments comment There shouldn't be a problem here since django-tenants should handle thi...
| | rogs.me
1.2 parsecs away

Travel
| |
| | kenan7.com
2.7 parsecs away

Travel
| | Enhance Django admin with a symmetrical ManyToMany filter widget for a consistent and user-friendly experience. Improve UI and UX with this guide
| | www.mattlayman.com
22.7 parsecs away

Travel
| On this episode, we will explore more about models and how to interact with data in your database.