Leftovers
[wolnelektury.git] / src / picture / migrations / 0005_auto_20141022_1001.py
1 # This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
3 #
4 import json
5 from django.db import migrations
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('picture', '0004_auto_20141016_1337'),
12     ]
13
14     operations = [
15     ]