mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 22:42:17 +00:00
Add success notification emails.
Enable RevisionMixin for EventAuthorisation. Add signal receivers for RIGS. Expand RIGS into an explicitly defined app to support signals.
This commit is contained in:
@@ -506,7 +506,7 @@ class EventCrew(models.Model):
|
||||
|
||||
|
||||
@reversion.register
|
||||
class EventAuthorisation(models.Model):
|
||||
class EventAuthorisation(models.Model, RevisionMixin):
|
||||
event = models.OneToOneField('Event', related_name='authorisation')
|
||||
email = models.EmailField()
|
||||
name = models.CharField(max_length=255)
|
||||
|
||||
Reference in New Issue
Block a user