Merge tag 'v3.0.3' into develop

3.0.3 v3.0.3
This commit is contained in:
Nathan Chapman 2023-01-22 01:31:18 -07:00
commit ba136963ae

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