turn on debug

This commit is contained in:
2026-05-08 04:23:18 -06:00
parent 47d6456ebc
commit c4b5664380

View File

@@ -16,7 +16,7 @@ REDIS_CONF = {
"port": get_env("REDIS_PORT", "6379"),
}
DEBUG = False
DEBUG = True
ALLOWED_HOSTS = ["*"]