richarddushime / Implementing-Facial-Recognition-and-Biometric-Attendance-Monitoring-in-Educational-and-Corporate-Set

Facial recognition and Biometric attendance monitoringin education and corporate settings
Other
18 stars 22 forks source link

Django CustomUser Model related_name Clashes with auth.User Model #17

Closed richarddushime closed 9 months ago

richarddushime commented 9 months ago

Expected behavior: A clear explanation or documentation on how to avoid related_name clashes when extending or replacing the default auth.User model.