1
0
forked from erp-dev/erp

feat: notifier beta

This commit is contained in:
2026-04-13 12:30:33 +08:00
parent 646dbe7f18
commit 9512132bb9
50 changed files with 17830 additions and 2 deletions

7
notifier/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class NotifierConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'notifier'
verbose_name = '通知器'