From 2d9bb3f05b195e08cfb7bcde9eaa4fa703d516d3 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 9 Feb 2026 15:05:16 +0000 Subject: [PATCH] final 111 --- config/__pycache__/settings.cpython-311.pyc | Bin 4821 -> 4821 bytes config/settings.py | 2 ++ requirements.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/config/__pycache__/settings.cpython-311.pyc b/config/__pycache__/settings.cpython-311.pyc index 7e70bdaeeb2251964f94e412f1496928f882724f..572327e9c31cd65827cec6a81a386e81857d5af5 100644 GIT binary patch delta 52 zcmcbrdR3KgIWI340}zzo>&#p(ypfMrK#+@%=>r3dXyE!Fu~|o8JtHIEQ0sxIj B4@m$3 diff --git a/config/settings.py b/config/settings.py index da2cb41..3238358 100644 --- a/config/settings.py +++ b/config/settings.py @@ -39,6 +39,7 @@ INSTALLED_APPS = [ MIDDLEWARE = [ 'django.middleware.security.SecurityMiddleware', + # 'whitenoise.middleware.WhiteNoiseMiddleware', # Disabled due to install failure 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.common.CommonMiddleware', @@ -141,6 +142,7 @@ STATICFILES_DIRS = [ if (BASE_DIR / 'node_modules').exists(): STATICFILES_DIRS.append(BASE_DIR / 'node_modules') +# STATICFILES_STORAGE = 'whitenoise.storage.CompressedStaticFilesStorage' # Disabled due to install failure # Default primary key field type # https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field diff --git a/requirements.txt b/requirements.txt index 5ea193d..eef62ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ python-dotenv==1.1.1 gunicorn==21.2.0 requests openpyxl +# whitenoise # Disabled due to install failure \ No newline at end of file