0

How can I store people logged in or registered with social authentication only in the custom user model?

By default, whenever I use social auths, they are registered in User social auths in PYTHON SOCIAL AUTH on the Admin page, but I would like to remove this duplication with the custom user model.

This does not mean that I want those displays to disappear from the admin page, but rather that I want to optimize the database space.

Libraries I use are DRF, socil-auth-django and Djoser.

I want to keep only my custom user model. No other user model is needed.

inu im
  • 1
  • 1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Aug 18 '23 at 21:03

0 Answers0