amal
b7aa1c6971
- Implement a complete cycle for buying a Matrix Chat Host - Refactor the Payement cycle and stripe related methods
17 lines
326 B
Python
17 lines
326 B
Python
# Generated by Django 3.2.4 on 2021-07-10 14:29
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('matrixhosting', '0007_vminstance'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='vminstance',
|
|
name='ip',
|
|
),
|
|
]
|