I have a model in which I use Django ORM to extract Avg of values from the table. I want to Round that Avg value, how do I do this?
See below I am extracting Avg pri
Django has the Round function. For more detail please see the documentation
Round