From bdb4312e8f1c601fed5b2217a768b2d0b6b9fa25 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Sat, 11 Jan 2025 14:51:41 +0100 Subject: [PATCH] Run `pre-commit`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cff41e5..ebc5566 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ EXTRA_SETTINGS_VERBOSE_NAME = "Settings" ``` ### Celery -> [!WARNING] +> [!WARNING] > When using **Celery**'s `autodiscover_tasks` with `force=True`, it triggers an aggressive task discovery that accesses Django settings before they're fully initialized. This premature access prevents `django-extra-settings` from properly setting up its default configuration values. More info [here](/~https://github.com/fabiocaccamo/django-extra-settings/issues/177). ### Admin