Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect or missing import for EmailSendingStrategy in email_sending.py #16

Open
3ina opened this issue Oct 17, 2024 · 0 comments
Open

Comments

@3ina
Copy link

3ina commented Oct 17, 2024

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.enums import EmailSendingStrategy

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant