Files @ 71805cc66e00
Branch filter:

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

bsturmfels
Add additional account app templates

This works around use block "body" when we need block "content".
# -*- 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 = [
    ]