Juan Carizza

Results 4 comments of Juan Carizza

@melizeche Once this feature is implemented here is how to serve static files under your domain doing a proxy of S3 with nginx. https://stackoverflow.com/questions/44639182/nginx-proxy-amazon-s3-resources#44749584

I'm using django-storages==1.9 and Python 3.6 with Boto3. I investigated this issue and for unknown reasons, a file with the name `''` (empty) gets until this function `.exists()`. When the...

Had same issuue and install `xcb` fixed the problem `sudo apt-get install xcb`. Remember to uninstall and re-install cutevariant again with: ``` pip uninstall cutevariant pip install cutevariant ```