fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Allow multiple sources.
[redakcja.git]
/
src
/
catalogue
/
migrations
/
0047_author_woblink.py
1
# Generated by Django 4.1.9 on 2023-07-18 11:05
2
3
from django.db import migrations, models
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
("catalogue", "0046_thema"),
10
]
11
12
operations = [
13
migrations.AddField(
14
model_name="author",
15
name="woblink",
16
field=models.IntegerField(blank=True, null=True),
17
),
18
]