From ba19dbbb8b962f6cfbbe07ba8bb33c59228fa788 Mon Sep 17 00:00:00 2001 From: Aldo Mateli Date: Sun, 6 Oct 2024 21:14:42 +0100 Subject: [PATCH] Docs update --- wireup/integration/django/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wireup/integration/django/__init__.py b/wireup/integration/django/__init__.py index 1dd934d..328ea0a 100644 --- a/wireup/integration/django/__init__.py +++ b/wireup/integration/django/__init__.py @@ -16,6 +16,6 @@ class WireupSettings: perform_warmup: bool = True """Setting this to true will cause the container to create - at application startup. The opposite is that services are - created on first use. + instances of services at application startup. + When set to false, services are created on first use. """