Commit db9d491b authored by Christian Sarabia's avatar Christian Sarabia

Added records and migrate

parent 2a64a350
# Generated by Django 3.2.12 on 2022-04-04 03:34
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('forum', '0002_auto_20220403_1526'),
]
operations = [
migrations.AlterModelOptions(
name='reply',
options={'verbose_name_plural': 'Replies'},
),
]
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