You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect or missing import for EmailSendingStrategy in email_sending.py
Description:
In the file config/settings/email_sending.py, there is an import statement:
from {{cookiecutter.project_slug}}.emails.enumsimportEmailSendingStrategy
It seems that the module emails.enums or the EmailSendingStrategy class is either missing or improperly defined within the project structure. This causes an ImportError when trying to use the email configuration.
The text was updated successfully, but these errors were encountered:
Incorrect or missing import for
EmailSendingStrategy
inemail_sending.py
Description:
In the file
config/settings/email_sending.py
, there is an import statement:It seems that the module emails.enums or the EmailSendingStrategy class is either missing or improperly defined within the project structure. This causes an ImportError when trying to use the email configuration.
The text was updated successfully, but these errors were encountered: