We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07319d commit 18816f1Copy full SHA for 18816f1
custom_auth/apps.py
@@ -7,4 +7,4 @@ class CustomAuth(AppConfig):
7
verbose_name = "カスタムユーザ"
8
9
def ready(self):
10
- pass
+ from . import signals # noqa
ticket/apps.py
@@ -6,4 +6,4 @@ class Ticket(AppConfig):
6
verbose_name = "チケット"
0 commit comments