From 0957977a439d0ca8f33cf6b3c7f2457b0bbf7cd6 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 9 Oct 2017 15:04:39 -0400 Subject: Delete all of the old migrations, remove redundant contact model and add a script for adding fake data --- app/dispatch/migrations/0006_auto_20170715_2104.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 app/dispatch/migrations/0006_auto_20170715_2104.py (limited to 'app/dispatch/migrations/0006_auto_20170715_2104.py') diff --git a/app/dispatch/migrations/0006_auto_20170715_2104.py b/app/dispatch/migrations/0006_auto_20170715_2104.py deleted file mode 100644 index 391240f..0000000 --- a/app/dispatch/migrations/0006_auto_20170715_2104.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.1 on 2017-07-15 21:04 -from __future__ import unicode_literals - -from django.conf import settings -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('dispatch', '0005_auto_20170628_1614'), - ] - - operations = [ - migrations.AlterField( - model_name='load', - name='user', - field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL), - ), - ] -- cgit v1.2.3