mirror of
https://github.com/django/django.git
synced 2025-08-24 02:39:14 +00:00
[4.1.x] Fixed typo in settings topic doc.
Backport of d526d1569ca4a1e62bb6a1dd779d2068766d348c from main
This commit is contained in:
parent
2c099a257a
commit
81003a9ee6
@ -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
|
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
|
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
|
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.
|
``django.conf.settings.global_settings`` for the full list.
|
||||||
|
|
||||||
Either ``configure()`` or :envvar:`DJANGO_SETTINGS_MODULE` is required
|
Either ``configure()`` or :envvar:`DJANGO_SETTINGS_MODULE` is required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user