Merge branch 'hotfix/3.0.3'

This commit is contained in:
Nathan Chapman 2023-01-22 01:31:18 -07:00
commit 3688ce9405

View File

@ -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
# )