15 lines
270 B
Python
15 lines
270 B
Python
|
# Generated by Django 3.1.6 on 2021-05-17 10:58
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('evapp', '0021_auto_20210517_1010'),
|
||
|
('evapp', '0020_merge_20210511_1102'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
]
|