I would like to know what the best practice will be. I used the @property
decorator a lot because it allows me to avoid creating custom context variables when I want to display something related to the model instance in the template.
I feel my models are too big. This is normal?
source share