MaxKB/apps/application/apps.py
shaohuzhang1 5ebfe9b5dd
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
feat: workflow init (#3072)
2025-05-09 18:55:53 +08:00

7 lines
154 B
Python

from django.apps import AppConfig
class ApplicationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'application'