From ed9f173ac5a5e5af7670dfd7f783942e80bdf770 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Aug 2019 13:17:43 +0200 Subject: Merge migrations --- commcrawler/migrations/0002_auto_20190808_1315.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 commcrawler/migrations/0002_auto_20190808_1315.py (limited to 'commcrawler/migrations/0002_auto_20190808_1315.py') diff --git a/commcrawler/migrations/0002_auto_20190808_1315.py b/commcrawler/migrations/0002_auto_20190808_1315.py deleted file mode 100644 index 1e2bd7c..0000000 --- a/commcrawler/migrations/0002_auto_20190808_1315.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11 on 2019-08-08 11:15 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('commcrawler', '0001_initial'), - ] - - operations = [ - migrations.AlterField( - model_name='crawlresult', - name='status', - field=models.CharField(choices=[('P', 'In progress'), ('T', 'Time out'), ('F', 'Finished')], default='P', max_length=1, verbose_name='Status'), - ), - ] -- cgit v1.2.3