fnp
/
audio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix
[audio.git]
/
src
/
archive
/
migrations
/
0007_project_description.py
1
# Generated by Django 3.0.4 on 2020-05-12 09:10
2
3
from django.db import migrations, models
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('archive', '0006_piece'),
10
]
11
12
operations = [
13
migrations.AddField(
14
model_name='project',
15
name='description',
16
field=models.TextField(blank=True, verbose_name='Opis'),
17
),
18
]