fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ad hoc changes
[redakcja.git]
/
src
/
catalogue
/
migrations
/
0014_book_gazeta_link.py
1
# Generated by Django 3.0.4 on 2020-04-15 22:12
2
3
from django.db import migrations, models
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('catalogue', '0013_auto_20200415_1755'),
10
]
11
12
operations = [
13
migrations.AddField(
14
model_name='book',
15
name='gazeta_link',
16
field=models.CharField(blank=True, max_length=255),
17
),
18
]