final 111

This commit is contained in:
Flatlogic Bot 2026-02-09 15:05:16 +00:00
parent 8f414c4f6d
commit 2d9bb3f05b
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -4,3 +4,4 @@ python-dotenv==1.1.1
gunicorn==21.2.0
requests
openpyxl
# whitenoise # Disabled due to install failure