All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 7m15s
8 lines
181 B
Python
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 = '电子吧唧'
|