18 lines
372 B
Python
18 lines
372 B
Python
# Generated by Django 5.1 on 2024-08-29 23:54
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('blog', '0002_markdowncontent_author_markdowncontent_created_at_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='MarkdownContent',
|
|
new_name='post',
|
|
),
|
|
]
|