Educational Technology Center Equipment Tracking and Enhanced Report Authoring. This desperately needs some refactoring love, as it was my first real-deal Django project (and it was done *somewhat* willy-nilly).
This can be handled in form validation. If the new technician is different than the old technician, then send a pre-set email to the patron, specifying the name of the new technician.
Probably set this up in the forms.py file for the service app, and then add the mailer method in mailer.py.
This can be handled in form validation. If the new technician is different than the old technician, then send a pre-set email to the patron, specifying the name of the new technician.
Probably set this up in the forms.py file for the service app, and then add the mailer method in mailer.py.