Django email backend that captures outgoing emails and displays them in the browser for preview, instead of actually sending them. Current version 0.8, last updated in 2017, in maintenance mode.
pip install django-naomiVerified import paths — ran on the pinned version, not inferred.
Set the email backend in Django settings to preview emails in the browser.
Use 'from naomi.backend import NaomiEmailBackend' or set EMAIL_BACKEND to 'naomi.backend.NaomiEmailBackend'.
Consider using django-mailer or django-email-bandit for more modern alternatives.
Add path('__email__/', include('naomi.urls')) to your URLconf if automatic discovery fails.No dependency data recorded yet.