In this quick post, I will show you how to use @property decorator in Django
models to make code clean and optimized. Instead of adding extra fields to our
model, we can define a custom property that will use already existing fields to
return the required data.
Example Scenario
We