Postgresql – Custom Email Validation in Djoser Registration Not Working
I'm using Django with Djoser for authentication and need to restrict user registration to only those emails listed in my kontakte table. However, my custom email validation doesn't seem to be invoked. Here are the details: Djoser Configuration: DJOSER =…