1
0
forked from erp-dev/erp

feat: sse && multi_merchant completed

This commit is contained in:
2025-11-11 10:56:20 +08:00
parent b2078dfa46
commit 2aafb93aad
43 changed files with 2445 additions and 244 deletions

6
stateflow/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class StateflowConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'stateflow'