0014_job_scrap_old_news.py 457 Bytes
Newer Older
Vasyl Bodnaruk's avatar
Vasyl Bodnaruk committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# -*- coding: utf-8 -*-
# Generated by Django 1.11.1 on 2017-09-07 09:23
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('scraper', '0013_auto_20170810_1306'),
    ]

    operations = [
        migrations.AddField(
            model_name='job',
            name='scrap_old_news',
            field=models.BooleanField(default=False),
        ),
    ]