Created migrations for the announcement models and admin changes

parent 6a98c151
# Generated by Django 4.0.3 on 2022-03-18 15:44
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('announcements', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='announcement',
name='announcement_title',
field=models.CharField(max_length=50),
),
]
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