mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-27 19:17:12 +02:00
feat(users): properly connect signals
This commit is contained in:
@@ -4,3 +4,6 @@ from django.apps import AppConfig
|
||||
class UsersConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.users"
|
||||
|
||||
def ready(self):
|
||||
import apps.users.signals
|
||||
|
||||
Reference in New Issue
Block a user