1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/project/pages/migrations/0004_auto_20161224_1930.py
2016-12-24 19:58:16 +00:00

23 lines
513 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.10.4 on 2016-12-24 19:30
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('pages', '0003_auto_20161216_1822'),
]
operations = [
migrations.RemoveField(
model_name='sectionindexpage',
name='image',
),
migrations.RemoveField(
model_name='simplecontentpage',
name='image',
),
]