Skip to content

Commit

Permalink
fix: must import handlers in data source apps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
narasux committed Oct 8, 2023
1 parent 9a8a34b commit a1f0332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bk-user/bkuser/apps/data_source/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
class DataSourceConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "bkuser.apps.data_source"

def ready(self):
from . import handlers # noqa

0 comments on commit a1f0332

Please sign in to comment.