Skip to content

Commit aa52556

Browse files
committed
🐛 fix app config path
1 parent 2619406 commit aa52556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab_webhooks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
default_app_config = "GitlabWebhooksConfig"
1+
default_app_config = "gitlab_webhooks.apps.GitlabWebhooksConfig"
22
__version__ = "0.1.0"

0 commit comments

Comments
 (0)