Temporarily disable signals from accounts
This commit is contained in:
parent
b8144b702e
commit
330e91f1dd
@ -5,7 +5,7 @@ class AccountsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'accounts'
|
||||
|
||||
def ready(self):
|
||||
from .signals import (
|
||||
user_saved
|
||||
)
|
||||
# def ready(self):
|
||||
# from .signals import (
|
||||
# user_saved
|
||||
# )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user