From 1aadc1b0094452db91bf9a5fb584425e1647f9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senovilla=20Polo?= <117524919+tsenovilla@users.noreply.github.com> Date: Sat, 2 Mar 2024 12:32:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2919eb..4a1428f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If you feel that your project doesn't need Celery, you can happily remove it fro - Remove Celery from the project's requirements. - Delete Celery configurations in `django_extended_accounts/settings.py`. -- Remove `django_extended_accounts/celery.py`, `extended_accounts/helpers/tasks.py`, and `extended_accounts/signals/post_save_account_model.py`. +- Remove `django_extended_accounts/celery.py`, `extended_accounts/helpers/tasks.py`, and `extended_accounts/signals/post_save_account_model.py` (and the related tests, of course). ## Contributing 📝