In models.py
class ModelA(models.Model): ... def methodA(self): return ... methodA() # How to call this methodA,