After installing django-registration-redux I get the following warning in console. Being new to Python and Django, I wouldn’t even know where to begin fixing this. Any clues that could set me on the tight path? Thank you.
get WARNINGS:
registration.RegistrationProfile.user: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField.
HINT: ForeignKey(unique=True) is usually better served by a OneToOneField.