mirror of
https://github.com/pacnpal/django-anymail.git
synced 2026-03-26 18:39:29 -04:00
Delay raising AnymailImproperlyInstalled from webhooks.amazon_ses until an SES webhook view is instantiated. Allows anymail.urls to import webhooks.amazon_ses without error. Fixes #103