frankban / django-endless-pagination

This project is deprecated: please use https://github.com/shtalinberg/django-el-pagination
MIT License
251 stars 108 forks source link

zip_safe=False flag needs to be set #62

Open philipn opened 10 years ago

philipn commented 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.

bogdal commented 9 years ago

:+1: @frankban Could you merge this PR. I need this change as well.