17 Feb
2021
17 Feb
'21
4:20 a.m.
This is my local_settings.py. The social account icons are not deleted.
- I don't find the Social Accounts › Social applications. where I have to search?
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = '172.19.199.1' EMAIL_PORT = 25 USE_SSL = False DEFAULT_FROM_EMAIL = "lists@example.com" SERVER_EMAIL = "lists@example.com" SOCIALACCOUNT_PROVIDERS = {}