Open philipn opened 10 years ago
When installing via setuptools (and not via pip directly), the resulting egg's assets aren't available to e.g. collectstatic for some reason. Setting the setuptools zip_safe flag fixes this.
collectstatic
zip_safe
:+1: @frankban Could you merge this PR. I need this change as well.
When installing via setuptools (and not via pip directly), the resulting egg's assets aren't available to e.g.
collectstatic
for some reason. Setting the setuptoolszip_safe
flag fixes this.