Add ability to schedule confsponsor emails for the future
authorMagnus Hagander <magnus@hagander.net>
Tue, 14 May 2024 14:17:36 +0000 (16:17 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 14 May 2024 14:35:17 +0000 (16:35 +0200)
commitb9dc9d37036336115a4f506de19f334a3cf926c2
treec358e34aad3de3f4a331926dc5803683e45b5b8a
parent8975462d63a04e7e015e18d8db10a7811cc6286b
Add ability to schedule confsponsor emails for the future

Start proper work on #90, but is not complete yet
postgresqleu/confsponsor/forms.py
postgresqleu/confsponsor/management/commands/sponsor_send_emails.py [new file with mode: 0644]
postgresqleu/confsponsor/migrations/0001_initial.py
postgresqleu/confsponsor/migrations/0031_sponsormail_sent.py [new file with mode: 0644]
postgresqleu/confsponsor/models.py
postgresqleu/confsponsor/util.py
postgresqleu/confsponsor/views.py
template/confsponsor/admin_dashboard.html
template/confsponsor/sent_mail.html