final 111
This commit is contained in:
parent
8f414c4f6d
commit
2d9bb3f05b
Binary file not shown.
@ -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
|
||||
|
||||
@ -4,3 +4,4 @@ python-dotenv==1.1.1
|
||||
gunicorn==21.2.0
|
||||
requests
|
||||
openpyxl
|
||||
# whitenoise # Disabled due to install failure
|
||||
Loading…
x
Reference in New Issue
Block a user