fix bug of rancher nations code key in transaction
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user