fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Annoy in book text too.
[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
]