restapiswithdjango
restapiswithdjango copied to clipboard
add __str__ to CustomUser model in chapter6
Hi,
In chapter 6, We created a new CustomUser for our app. In page 93 you mentioned:
We’ll also add a
__str__method to return the user’s email address in the admin and elsewhere.
But there is no __str__ there.
thanks.