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

View File

@@ -23,4 +23,5 @@ urlpatterns = [
path("api/", include("flowchart.urls.oj")),
path("api/", include("problemset.urls.oj")),
path("api/admin/", include("problemset.urls.admin")),
path("api/", include("class_pk.urls.oj")),
]