Skip to content

Commit

Permalink
thin out apps.notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnuesslein committed Feb 24, 2022
1 parent 38ee6f2 commit 45bc650
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 256 deletions.
4 changes: 0 additions & 4 deletions apps/notifications/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
class NotificationsConfig(AppConfig):
name = "apps.notifications"
verbose_name = "Notifications"

def ready(self):
# noinspection PyUnresolvedReferences
from apps.notifications import signals
16 changes: 0 additions & 16 deletions apps/notifications/signals.py

This file was deleted.

Empty file.
39 changes: 0 additions & 39 deletions apps/notifications/tests/test_admin.py

This file was deleted.

74 changes: 0 additions & 74 deletions apps/notifications/tests/test_distribution.py

This file was deleted.

88 changes: 0 additions & 88 deletions apps/notifications/tests/test_models.py

This file was deleted.

35 changes: 0 additions & 35 deletions apps/notifications/tests/test_signals.py

This file was deleted.

0 comments on commit 45bc650

Please sign in to comment.