This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/src/articles/migrations/0021_auto_20201110_1623.py
2023-02-07 05:50:28 +00:00

20 lines
410 B
Python

# Generated by Django 3.1.1 on 2020-11-10 15:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("articles", "0020_auto_20200903_2157"),
]
operations = [
migrations.RemoveField(
model_name="article",
name="comments_allowed",
),
migrations.DeleteModel(
name="Comment",
),
]