Skip to content
Snippets Groups Projects
Commit ce304b66 authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

fix: Wrong import in settings module

parent fc9c3029
No related branches found
No related tags found
2 merge requests!15Bugfix/fix layout,!12fix: Wrong import in settings module
Pipeline #168500 passed
......@@ -131,7 +131,7 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
LOGIN_REDIRECT_URL = "/"
LOGOUT_REDIRECT_URL = "/"
EMAIL_BACKEND = "django.mail.backends.smtp.EmailBackend"
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
EMAIL_USE_TLS = True
EMAIL_HOST = env.get("EMAIL_HOST")
EMAIL_HOST_USER = env.get("EMAIL_USER")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment