更改表结构

This commit is contained in:
ygm1881
2022-05-09 12:11:01 +08:00
parent feac79096d
commit 108cffff31
52 changed files with 103 additions and 84 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.contrib import admin
from .models import Comments
# Register your models here.
admin.site.register(Comments)