Commit 3a2ec184 authored by Christian Sarabia's avatar Christian Sarabia

Update forum migrations

parent 63929e03
# Generated by Django 3.2.12 on 2022-05-21 10:03
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('forum', '0004_post_post_image'),
]
operations = [
migrations.AlterField(
model_name='post',
name='pub_date',
field=models.DateTimeField(auto_now_add=True, verbose_name='date published'),
),
]
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