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

7
class_pk/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class ClassPkConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'class_pk'
verbose_name = '班级PK'