PayU payments working.
[wolnelektury.git] / src / club / migrations / 0003_remove_payuorder_amount.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.11.20 on 2019-04-16 08:45
3 from __future__ import unicode_literals
4
5 from django.db import migrations
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('club', '0002_auto_20190416_1024'),
12     ]
13
14     operations = [
15         migrations.RemoveField(
16             model_name='payuorder',
17             name='amount',
18         ),
19     ]