feat(achievement): 添加成就系统数据模型

This commit is contained in:
2026-08-04 00:44:35 -06:00
parent d4d700782b
commit 456c435289
10 changed files with 150 additions and 0 deletions

6
achievement/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class AchievementConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "achievement"