Initial commit

This commit is contained in:
ThePetrovich 2026-08-17 22:50:10 +08:00
commit 5cda7bc309
28 changed files with 1173 additions and 0 deletions

11
yksa_kit/apps.py Normal file
View file

@ -0,0 +1,11 @@
from django.apps import AppConfig
class YksaKitConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "yksa_kit"
label = "yksa_kit"
verbose_name = "YKSA kit"
def ready(self):
from . import checks # noqa: F401 (registers the system check)