django-shop icon indicating copy to clipboard operation
django-shop copied to clipboard

Feature suggestion: user group as notification recipient

Open racitup opened this issue 6 years ago • 1 comments

Groups of staff users can be created in the normal Django admin site, mainly to make permissions assignment easier. These groups could be used as staff mailing list groups for order notifications. Example groups:

  • order fulfilment/warehouse
  • accounts

racitup avatar Aug 25 '17 00:08 racitup

Good idea! This means that we have to add a ForeignKey onto auth.Group in Notification.

jrief avatar Aug 25 '17 06:08 jrief