Commit 5279a90
authored
Dev: Default RTD_DJANGO_DEBUG to False if not set (#11154)
With the docker compose settings file, it is currently necessary to
explicitly set RTD_DJANGO_DEBUG to a false-y value to clear the DEBUG
flag.
Change the default value to False to make the setting more intuitive.
The docker invoke script in common passes RTD_DJANGO_DEBUG=t by default
so the effective default behavior is unchanged.
Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>1 parent ac518c7 commit 5279a90
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments