Answer the question
In order to leave comments, you need to log in
What does this function do: def __str__(self): return f'{self.user.username} Profile'?
I am writing authorization for the site and I came across such a function. What is she responsible for? And how critical is it not to write?
Answer the question
In order to leave comments, you need to log in
Learn to read the documentation:
https://docs.djangoproject.com/en/3.1/ref/models/i...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question