feat: 移除轮播图管理,系列活动改卡片布局,课程描述限10行,首页配置优化
All checks were successful
Deploy to Server / deploy (push) Successful in 2m4s
All checks were successful
Deploy to Server / deploy (push) Successful in 2m4s
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('competition', '0009_alter_carouselitem_id_alter_comment_id_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='homepageconfig',
|
||||
name='carousel1_title',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='homepageconfig',
|
||||
name='carousel2_title',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user