my-django/apps/menu_button/apps.py
Kai 5d9073c19c
Some checks failed
test / build (push) Has been cancelled
test / deploy (push) Has been cancelled
test / release (push) Has been cancelled
first commit
2025-03-21 17:45:04 +08:00

7 lines
158 B
Python

from django.apps import AppConfig
class MenuButtonConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.menu_button"