fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix
[redakcja.git]
/
src
/
sources
/
migrations
/
0002_source_wikisource.py
1
# Generated by Django 4.1.9 on 2023-09-19 10:44
2
3
from django.db import migrations, models
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
("sources", "0001_initial"),
10
]
11
12
operations = [
13
migrations.AddField(
14
model_name="source",
15
name="wikisource",
16
field=models.CharField(blank=True, max_length=1024),
17
),
18
]