def send_receipt(cls, email, year):
Contact = apps.get_model('messaging', 'Contact')
Funding = apps.get_model('funding', 'Funding')
def send_receipt(cls, email, year):
Contact = apps.get_model('messaging', 'Contact')
Funding = apps.get_model('funding', 'Funding')