1👍
You should create an access method for the reverse relationship.
Have a look how Django’s User model implements this with get_profile.
Source:stackexchange.com
1👍
You should create an access method for the reverse relationship.
Have a look how Django’s User model implements this with get_profile.