svb0866
svb0866
I am facing the same issue, I also use 2 databases. Can someone look at this issue?
@tiagoarasilva tiagoarasilva Thank you for your explanation. It helped me a lot. Can you give us some examples of model inheritance adding extra fields, modifying already existing fields in the...
> @svb0866 I will try to provide some more examples if @KatherineMichel agrees as that takes me some more time and I'm currently on holiday but I will do my...
import boto3 from django.db import transaction from django_multitenant.utils import set_current_tenant, unset_current_tenant from rest_framework_simplejwt.authentication import JWTAuthentication from rest_framework_simplejwt.exceptions import InvalidToken, TokenError, AuthenticationFailed from rest_framework_simplejwt.tokens import Token from rest_framework.request import Request from...
Any update on this?