fix bug of rancher nations code key in transaction

This commit is contained in:
2025-09-29 16:23:22 +03:30
parent c046c60f4a
commit bf1f75fba9
12 changed files with 62 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
from django.apps import AppConfig
class NotificationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.notification'
def ready(self):
import apps.notification.signals