settings/dev: switch on debug mode (and get static files served)

This commit is contained in:
Chris Tactic 2023-09-28 13:47:03 +02:00
parent 22784efe25
commit 89ae1d666b

View File

@ -7,6 +7,7 @@ try:
except ImportError:
pass
DEBUG = True
LOCALE_PATHS = ["aircox/locale", "aircox_streamer/locale"]