From f1413f8d01111144abf1a006eb7871c06d0c720e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2EYasoob=20Ullah=20Khalid=20=E2=98=BA?= Date: Mon, 4 Aug 2025 11:36:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29cc25f2..6b15a19c 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ $ docker compose exec web python manage.py createsuperuser - Add [gunicorn](https://pypi.org/project/gunicorn/) as the production web server. - Update the [EMAIL_BACKEND](https://docs.djangoproject.com/en/4.0/topics/email/#module-django.core.mail) and connect with a mail provider. - Make the [admin more secure](https://opensource.com/article/18/1/10-tips-making-django-admin-more-secure). -- `django-allauth` supports [social authentication](https://django-allauth.readthedocs.io/en/latest/providers.html) if you need that. +- `django-allauth` supports [social authentication](https://django-allauth.readthedocs.io/en/latest/socialaccount/index.html) if you need that. I cover all of these steps in tutorials and premium courses over at [LearnDjango.com](https://learndjango.com).