cnas/server/apps/project/migrations/0026_merge_20200825_1636.py

15 lines
273 B
Python

# Generated by Django 3.0.7 on 2020-08-25 08:36
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('project', '0022_auto_20200821_1435'),
('project', '0025_auto_20200821_1541'),
]
operations = [
]