refactor(notifications): align app structure with backend conventions
This commit is contained in:
@@ -11,7 +11,7 @@ from django_filters.rest_framework import DjangoFilterBackend
|
||||
|
||||
from core.paginations.limit_offset import CustomLimitOffsetPagination
|
||||
|
||||
from apps.notifications.membership_events import (
|
||||
from apps.notifications.services import (
|
||||
notify_project_membership_added,
|
||||
notify_project_membership_deactivated,
|
||||
notify_project_membership_removed,
|
||||
|
||||
Reference in New Issue
Block a user