Dan Starner
Results
2
issues of
Dan Starner
During our run, we need to pull in multiple AWS accounts for different resources and products. By default, this only exports to the standard `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` env variables, but...
feature-request
p2
effort/small
I am using `django-tenant-users` which includes `is_active` and `is_verified` fields on the user models. I would like the serializers to validate using the `is_verified` field, but Djoser is currently hardcoded...