Migrated Forum

parent 0c3b62a7
# Generated by Django 3.2 on 2023-05-13 13:54
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('forum', '0003_alter_forumpost_options'),
]
operations = [
migrations.AlterModelOptions(
name='forumpost',
options={'ordering': ['-pub_datetime']},
),
]
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