Files @ c8218bb9d0ea
Branch filter:

Location: symposion_app/vendor/symposion/speakers/migrations/0005_merge_20170917_1248.py

James Polley
Correct variable name to reflect what it's naming

IT's not the container name, it's the image name. Fix the name to be
less confusing.
# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2017-09-17 02:48
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('symposion_speakers', '0004_auto_20170702_2250'),
        ('symposion_speakers', '0004_auto_20170731_2232'),
    ]

    operations = [
    ]