major claude changes

This commit is contained in:
2026-01-28 21:55:06 -05:00
parent 4e7ba7e9aa
commit 7649902b67
5 changed files with 100 additions and 42 deletions

View File

@@ -3,7 +3,6 @@ import os
def load_config(mode=os.environ.get('MODE')):
try:
print(f"mode is {mode}")
if mode == 'PRODUCTION':
from settings_prod import ApplicationConfig
return ApplicationConfig