bornhack-website/src/teams/migrations/0045_merge_20180805_1131.py

15 lines
269 B
Python

# Generated by Django 2.0.4 on 2018-08-05 09:31
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('teams', '0044_auto_20180702_1507'),
('teams', '0043_auto_20180804_1641'),
]
operations = [
]