Skip to content

Commit

Permalink
Merge pull request #2850 from phillxnet/2846-5.0.6-0-to-5.0.9.0-Confi…
Browse files Browse the repository at this point in the history
…guration-Backup-file-upload-fails

5.0.6-0 to 5.0.9-0 Configuration Backup file upload fails #2846
  • Loading branch information
phillxnet authored Jun 17, 2024
2 parents 5cdc84a + 296532b commit e47d9b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/rockstor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,11 @@
"huey.contrib.djhuey",
)

# STATICFILES_STORAGE = "pipeline.storage.PipelineManifestStorage"
# https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-STORAGES
STORAGES = {
"default": {
"BACKEND": "django.core.files.storage.FileSystemStorage",
},
"staticfiles": {
"BACKEND": "pipeline.storage.PipelineManifestStorage",
},
Expand Down

0 comments on commit e47d9b5

Please sign in to comment.