15 lines
269 B
Python
15 lines
269 B
Python
|
# Generated by Django 3.1.6 on 2021-05-11 11:02
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('evapp', '0019_auto_20210504_1333'),
|
||
|
('evapp', '0009_auto_20210303_1115'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
]
|