fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Support cover logo
[redakcja.git]
/
src
/
documents
/
migrations
/
0007_book_dc.py
1
# Generated by Django 3.1.13 on 2022-03-01 14:11
2
3
from django.db import migrations, models
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('documents', '0006_auto_20210706_0130'),
10
]
11
12
operations = [
13
migrations.AddField(
14
model_name='book',
15
name='dc',
16
field=models.JSONField(editable=False, null=True),
17
),
18
]