添加f评论API

This commit is contained in:
2024-07-02 21:12:06 +08:00
parent 77cf8db4c4
commit ee10972d6e
7 changed files with 65 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.0.6 on 2024-07-02 12:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('comment', '0001_initial'),
]
operations = [
migrations.RemoveField(
model_name='comment',
name='visible',
),
]