⬅︎ Back to Musings about django.contrib.auth.models.User
How is that any different? My point was that by leaving it as it is it becomes predictable when you go from project to project.
Instead of sub-classing, you can look at using mix-ins.
Comment
How is that any different? My point was that by leaving it as it is it becomes predictable when you go from project to project.
Parent comment
Instead of sub-classing, you can look at using mix-ins.