fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
66c8c8f4da0b9f9e81f2930b565e19604ab5949e
[wolnelektury.git]
/
src
/
catalogue
/
migrations
/
0025_merge.py
1
# -*- coding: utf-8 -*-
2
from __future__ import unicode_literals
3
4
from django.db import migrations, models
5
6
7
class Migration(migrations.Migration):
8
9
dependencies = [
10
('catalogue', '0024_book_audio_length'),
11
('catalogue', '0024_auto_20180510_1407'),
12
]
13
14
operations = [
15
]