Hi,
I'm writing a web app using the django framework and I was just wondering what are the pros/cons of using the built-in django.contrib.auth.models.User
model over my own user model?
Please explain in terms of performance, scalability and security.
Many thanks