2022-10-30 00:12:13 +03:00
|
|
|
from django.db import migrations
|
2022-10-25 23:29:13 +03:00
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
initial = True
|
|
|
|
|
2022-10-30 00:12:13 +03:00
|
|
|
dependencies = []
|
2022-10-25 23:29:13 +03:00
|
|
|
|
2022-10-30 00:12:13 +03:00
|
|
|
operations = []
|