Commit 762cc6b
committed
ref(docs): remove local_settings.py hack for secret key
Doc generation creates a local_settings.py file, because at one time
having SECRET_KEY unset caused an error when importing Django code.
That was essentially a temp file that was never cleaned up, and it
no longer seems to be necessary.1 parent b2372c0 commit 762cc6b
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 25 | | |
32 | 26 | | |
33 | 27 | | |
| |||
0 commit comments