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/projects/migrations/0004_remove_projectpage_image.py
2016-12-24 19:58:16 +00:00

19 lines
401 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 = [
('projects', '0003_projectpage_post_date'),
]
operations = [
migrations.RemoveField(
model_name='projectpage',
name='image',
),
]