settings/dev: switch on debug mode (and get static files served)
This commit is contained in:
parent
f725c4ffcc
commit
d2f24fc830
|
@ -7,6 +7,7 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
DEBUG = True
|
||||
|
||||
LOCALE_PATHS = ["aircox/locale", "aircox_streamer/locale"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user