Skip to content

Conversation

@sudip-khanal
Copy link
Contributor

Changes

  • Add dead_line field on the EAPRegistration model
  • Add script to send deadline reminder notification email for eap submission

Checklist

Things that should succeed before merging.

  • Updated/ran unit tests
  • Updated CHANGELOG.md

Release

If there is a version update, make sure to tag the repository with the latest version.

@sudip-khanal sudip-khanal changed the title EAP: Add dead line field on registration model and eap submissi… EAP: Add script to send deadline reminder notification Dec 21, 2025
Copy link
Member

@susilnem susilnem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes!

self.stdout.write(self.style.NOTICE("No EAP registrations found for deadline reminder."))
return

for instance in queryset:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for instance in queryset:
for instance in queryset.iterator():

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants