Commit dd863840 authored by Cherish Magpayo's avatar Cherish Magpayo

Create migrations for announcement image field model change

parent 55907a20
# Generated by Django 3.2.12 on 2022-05-22 09:35
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('announcements', '0002_auto_20220406_2335'),
]
operations = [
migrations.AddField(
model_name='announcement',
name='image',
field=models.FileField(blank=True, null=True, upload_to='static/announcements/'),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment