repair-agent fe0dcb78c3
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 7m15s
Add 电子吧唧
2026-03-18 17:38:05 +08:00

8 lines
181 B
Python

from django.apps import AppConfig
class BadgeConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.badge'
verbose_name = '电子吧唧'