Re: New Django Developer

2023-02-03 Thread adeyinka newton
You can change the upload path of Django Froala Editor to Cloudinary by using Cloudinary's upload API. Here is an example of how to do this: Sign up for a Cloudinary account and get your cloud name, API key, and API secret. Install the Cloudinary Python library: settings.py: === pip inst

Re: Problems sending email with django

2022-06-09 Thread adeyinka newton
use hotmail open an account with hotmail and make sure u verify the account with your number EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_PORT = 587 EMAIL_USE_TLS = True EMAIL_HOST = 'smtp-mail.outlook.com' EMAIL_HOST_USER = "theaccountem...@hotmail.com" EMAIL_HOST_PASSWORD