LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
255 stars 81 forks source link

Improve mailtemplate admin page performance #106

Open kaleb opened 6 years ago

kaleb commented 6 years ago

Prefetch and cache foreignkey data

This prevents an extra two queries per record when fetching the admin list view for MailTemplate

kaleb commented 6 years ago

@gotlium the only thing to fail on this was pip installing Django in py3.5