newsreader/src/newsreader/news/collection/migrations/0009_collectionrule_website_url.py
2019-07-01 09:36:01 +02:00

16 lines
405 B
Python

# Generated by Django 2.2 on 2019-06-27 21:27
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [("collection", "0008_auto_20190623_1847")]
operations = [
migrations.AddField(
model_name="collectionrule",
name="website_url",
field=models.URLField(blank=True, editable=False, null=True),
)
]