amal
b7aa1c6971
- Implement a complete cycle for buying a Matrix Chat Host - Refactor the Payement cycle and stripe related methods
17 lines
331 B
Python
17 lines
331 B
Python
# Generated by Django 3.2.4 on 2021-07-11 08:32
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('uncloud_pay', '0021_auto_20210709_0914'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='order',
|
|
name='status',
|
|
),
|
|
]
|