You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field=models.DurationField(default=datetime.timedelta(seconds=3600), help_text='Gives editors time to correct the match before the student is notified.', verbose_name='Delay before notifying the issuer'),
),
migrations.AddField(
model_name='buddysystemconfiguration',
name='email_notify_on_match',
field=models.BooleanField(default=True, verbose_name='Send email notifications on match'),