blob: 2c6fae559ee0634168403bcaed999166cc5e7fc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Generated by Django 2.2 on 2023-06-07 19:48
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('api', '0021_auto_20210405_1943'),
('api', '0019_auto_20210907_1448'),
]
operations = [
]
|