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 f725c4ffcc
commit d2f24fc830

View File

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