apps.py 196 B

12345678
  1. from django.apps import AppConfig
  2. class UsersConfig(AppConfig):
  3. name = "apps.users"
  4. # def ready(self):
  5. # import apps.users.signals # noqa: F401 #This import registers the listener