squaresdb.gate.migrations.0002_paymentmethod module

class squaresdb.gate.migrations.0002_paymentmethod.Migration(name, app_label)[source]

Bases: Migration

dependencies = [('gate', '0001_initial')]
operations = [<RunPython <function create_PaymentMethod>>]
squaresdb.gate.migrations.0002_paymentmethod.create_PaymentMethod(apps, schema_editor)[source]