handling class and function in model with django and retrieve the value

Model:
=====
class BusinessData(object):
    def getBusinessCaseVars(self, project_obj):
        as_null = rp.r['as.null']



xyz.py
======
 businessDataVars = BusinessData().getBusinessCaseVars(project_obj)









No comments:

Post a Comment