feat: implement LMS core (CMS, Courses, Enrollment, Progress, Auth) (Admin + API)
Build & Push Docker Image (Backend) / build (push) Successful in 54s
Build & Push Docker Image (Backend) / build (push) Successful in 54s
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 6.0.2 on 2026-05-03 02:29
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('content', '0002_rename_create_at_article_created_at'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='article',
|
||||
options={'verbose_name': 'บทความ', 'verbose_name_plural': 'บทความ'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user