Skip to content

Commit c376e75

Browse files
committed
Enable WhiteNoise autorefresh in "dev mode"
This stops warnings about STATIC_ROOT missing. Signed-off-by: Haiko Schol <hs@haikoschol.com>
1 parent 78edaea commit c376e75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vulnerablecode/dev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
ALLOWED_HOSTS = ['localhost', '127.0.0.1', '::1']
66

77
SECRET_KEY = 'hhismo6l@1uj)nr6@o7$b2u68w5*_o^liji+=uzq=954-f$8_1'
8+
WHITENOISE_AUTOREFRESH = True

0 commit comments

Comments
 (0)