-
- Downloads
add email notification when changing project participation state
parent
225bf3cb
Branches
No related tags found
Showing
- oser_backend/settings/common.py 8 additions, 0 deletionsoser_backend/settings/common.py
- profiles/factory.py 2 additions, 0 deletionsprofiles/factory.py
- projects/models.py 19 additions, 0 deletionsprojects/models.py
- projects/notifications.py 111 additions, 0 deletionsprojects/notifications.py
- projects/signals.py 78 additions, 5 deletionsprojects/signals.py
- projects/templates/projects/organizers_participation_cancelled.md 9 additions, 0 deletions.../templates/projects/organizers_participation_cancelled.md
- projects/templates/projects/organizers_participation_deleted.md 9 additions, 0 deletions...ts/templates/projects/organizers_participation_deleted.md
- projects/templates/projects/organizers_participation_received.md 7 additions, 0 deletions...s/templates/projects/organizers_participation_received.md
- projects/templates/projects/participation_accepted.md 8 additions, 0 deletionsprojects/templates/projects/participation_accepted.md
- projects/templates/projects/participation_cancelled.md 9 additions, 0 deletionsprojects/templates/projects/participation_cancelled.md
- projects/templates/projects/participation_deleted.md 7 additions, 0 deletionsprojects/templates/projects/participation_deleted.md
- projects/templates/projects/participation_received.md 19 additions, 0 deletionsprojects/templates/projects/participation_received.md
- projects/templates/projects/participation_rejected.md 9 additions, 0 deletionsprojects/templates/projects/participation_rejected.md
- projects/templates/projects/participation_valid.md 10 additions, 0 deletionsprojects/templates/projects/participation_valid.md
- projects/templates/projects/to_user.md 11 additions, 0 deletionsprojects/templates/projects/to_user.md
- tests/test_projects/test_signals.py 68 additions, 0 deletionstests/test_projects/test_signals.py
- tests/test_visits/test_signals.py 0 additions, 1 deletiontests/test_visits/test_signals.py
- tests/utils/mixins.py 15 additions, 1 deletiontests/utils/mixins.py
- visits/models.py 3 additions, 1 deletionvisits/models.py
projects/notifications.py
0 → 100644
projects/templates/projects/to_user.md
0 → 100644
tests/test_projects/test_signals.py
0 → 100644
Please register or sign in to comment