def last_amount_wide(apps, schema_editor):
SingleAmount = apps.get_model('club', 'SingleAmount')
a = SingleAmount.objects.last()
def last_amount_wide(apps, schema_editor):
SingleAmount = apps.get_model('club', 'SingleAmount')
a = SingleAmount.objects.last()