add class pk

This commit is contained in:
2026-01-03 21:52:02 +08:00
parent 3b0beb851f
commit 4bec76ab78
12 changed files with 344 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ LOCAL_APPS = [
"ai",
"flowchart",
"problemset",
"class_pk",
]
INSTALLED_APPS = VENDOR_APPS + LOCAL_APPS