I want to add a convenience/model method to the django.contrib.auth.models.User model. What is the best practice for doing this since, last time I checked, ext
django.contrib.auth.models.User
Yes. No need to mess with the foundations when your user model has a .get_profile() function attached to it.