39949562c1
Closes #62
28 lines
623 B
Python
28 lines
623 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.6 on 2018-05-29 05:20
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('map', '0066_copy_images_to_imagefiles'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='casestudy',
|
|
name='image',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='casestudy',
|
|
name='image_caption',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='casestudy',
|
|
name='image_credit',
|
|
),
|
|
]
|