paypal
[wolnelektury.git] / src / club / migrations / 0031_auto_20210622_0945.py
1 # Generated by Django 2.2.19 on 2021-06-22 07:45
2
3 from django.db import migrations, models
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('club', '0030_populate_method'),
10     ]
11
12     operations = [
13         migrations.AlterField(
14             model_name='schedule',
15             name='method',
16             field=models.CharField(choices=[('payu-re', 'PayU recurring'), ('payu', 'PayU'), ('paypal', 'PayPal')], max_length=32, verbose_name='method'),
17         ),
18     ]