Editors
-
CKEditor with Django Admin https://dev.to/iammumin/how-to-integrate-ckeditor-with-django-admin-35e4
-
Integrating Summernote WYSIWYG Editor in Django https://djangocentral.com/integrating-summernote-in-django/ and https://devhub.io/repos/summernote-django-summernote
File Manager
Login Auth
-
How to Add Social Login to Django https://simpleisbetterthancomplex.com/tutorial/2016/10/24/how-to-add-social-login-to-django.html
-
Django-allauth Tutorial https://learndjango.com/tutorials/django-allauth-tutorial
-
Django Complete User Auth: Custom User model + Social Auth with Google https://wsvincent.com/django-allauth-tutorial-custom-user-model/#google-credentials
-
Facebook login The missing django-allauth tutorial http://www.sarahhagstrom.com/2013/09/the-missing-django-allauth-tutorial/#Create_and_configure_a_Facebook_app
YouTube
-
YouTube API Integration: Uploading Videos with Django https://dev.to/ivancrneto/youtube-api-integration-uploading-videos-with-django-53c5
Chat & Comments
-
django-disqus https://django-disqus.readthedocs.io/en/latest/
-
Integrating Slack with Django with Active Directory https://dev.to/teaglebuilt/integrating-slack-with-django-with-active-directory-479p
Recaptcha
-
How to Add reCAPTCHA to a Django Site https://simpleisbetterthancomplex.com/tutorial/2017/02/21/how-to-add-recaptcha-to-django-site.html
-
How to Configure Mailgun To Send Emails in a Django Project https://simpleisbetterthancomplex.com/tutorial/2017/05/27/how-to-configure-mailgun-to-send-emails-in-a-django-app.html
-
How to Send Email in a Django App SendGrid https://simpleisbetterthancomplex.com/tutorial/2016/06/13/how-to-send-email.html
-
How to send bulk emails for free using Mailgun and Python Django