Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, making user email unique=True is not causing a problem in Django. In fact, it is a good practice to ensure that each user has a unique email address, which can prevent issues such as duplicate accounts or confusion for users. However, it is important to handle the potential error messages that may occur if a user tries to register with an email address that is already in use.