From d526d1569ca4a1e62bb6a1dd779d2068766d348c Mon Sep 17 00:00:00 2001 From: KrishnaKumar Thanki <53460294+krishnathanki@users.noreply.github.com> Date: Wed, 23 Nov 2022 14:30:47 +0100 Subject: [PATCH] Fixed typo in settings topic doc. --- docs/topics/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/settings.txt b/docs/topics/settings.txt index efc23c62965a0..5b8265660cb2e 100644 --- a/docs/topics/settings.txt +++ b/docs/topics/settings.txt @@ -231,7 +231,7 @@ Normally, you will not need to override the defaults in this fashion. The Django defaults are sufficiently tame that you can safely use them. Be aware that if you do pass in a new default module, it entirely *replaces* the Django defaults, so you must specify a value for every possible setting that might be -used in that code you are importing. Check in +used in the code you are importing. Check in ``django.conf.settings.global_settings`` for the full list. Either ``configure()`` or :envvar:`DJANGO_SETTINGS_MODULE` is required