An issue while collecting statics to be uploaded on Azure storage #5374
azeemshah27
started this conversation in
General
Replies: 1 comment 3 replies
-
Right, collectfasta doesn't support Azure storage so it should not be enabled, nevermind installed. You can leave it disabled, if speed becomes a problem, you might want to look again if support has been added or suggest it as feature request to collectfasta. In the meantime, we should fix the template to not install collectfasta when Azure is chosen. If you want to send us a pull request, that would be great. Thanks for the report! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project setup with docker, no whitenoise so statics and media will both be on Azure storage
while creating a production build with
docker compose -f .\docker-compose.production.yml build
I am running into the following issue
With
COLLECTFASTA_ENABLED = False
in settings, I am able to build the image and statics are being uploaded properly as wellShould I keep COLLECTFASTA disabled? as I was not able to find any
COLLECTFASTA_STRATEGY
for Azure also I am not very clear on what it will do for me as I don't have a lot of statics right now but it can change in the futureWhile initiating the project the selections were
use_docker
>yes
cloud_provider
>Azure
use_whitenoise
>no
It seems like Collectfasta should not have been installed or may be I am missing something any help will be appreciated, Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions