migration for agenda
This commit is contained in:
parent
3b8a28d599
commit
9d62c062bb
18
apps/news/migrations/0054_auto_20200130_1641.py
Normal file
18
apps/news/migrations/0054_auto_20200130_1641.py
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Generated by Django 2.2.7 on 2020-01-30 16:41
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('news', '0053_auto_20200128_1431'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='agenda',
|
||||||
|
name='address',
|
||||||
|
field=models.TextField(blank=True, default=None, verbose_name='event address'),
|
||||||
|
),
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user