diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-08 13:17:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-08 13:17:43 +0200 |
commit | ed9f173ac5a5e5af7670dfd7f783942e80bdf770 (patch) | |
tree | d0d1107084206e7b0d19431baf9304637b2f2901 /commcrawler/migrations/0002_auto_20190808_1315.py | |
parent | d93445a8037190a060ad022eab56d4da57bcae76 (diff) | |
download | Comm-on-net-ed9f173ac5a5e5af7670dfd7f783942e80bdf770.tar.bz2 Comm-on-net-ed9f173ac5a5e5af7670dfd7f783942e80bdf770.zip |
Merge migrations
Diffstat (limited to 'commcrawler/migrations/0002_auto_20190808_1315.py')
-rw-r--r-- | commcrawler/migrations/0002_auto_20190808_1315.py | 20 |
1 files changed, 0 insertions, 20 deletions
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'), - ), - ] |