heroku-python / dj-static

DEPRECATED - use WhiteNoise instead!
http://kennethreitz.org/introducing-dj-static/
BSD 2-Clause "Simplified" License
511 stars 74 forks source link

Update pypi to include MediaCling #16

Closed derek73 closed 9 years ago

derek73 commented 10 years ago

Version 0.0.5 that is currently on pypi does not include the MediaCling class. This means you cannot follow the read me instructions on github using pip install dj-static and get the results shown. Instead you get:

ImportError: cannot import name MediaCling

Just a friendly reminder to update pypi. It looks like hundreds of people download this project from pypi each day.

https://pypi.python.org/pypi/dj-static/0.0.5

The workaround is to install from github directly.

pip install -e git+git://github.com/kennethreitz/dj-static.git#egg=dj-static
syphar commented 10 years ago

See #13 and #4 ;)

ghickman commented 10 years ago

@kennethreitz – Would you mind rolling a release? I release it's not a bug with the code, however the MediaCling functionality has been in master for 4 months now and I'd rather not rely on a GitHub checkout =)

Thanks

kennethreitz commented 10 years ago

Very very soon :)

macropin commented 10 years ago

I feel compelled to write a rather sarcastic remark... But that wouldn't be productive, so instead I'll offer my help.

Kenneth, so I'm genuinely offering my help so that you can push out releases sooner. Six months is too long between PyPi releases for a popular package.

What can I do to help you get this released, today! Or tomorrow.

Cheers, Andrew

DArtagan commented 10 years ago

So, how 'bout them PyPi releases? More seriously... how can I help?

sherzberg commented 10 years ago

+1. Can we get a release please? #30 also wants this.

RubenVW-dev commented 10 years ago

+1

johnboiles commented 10 years ago

+1

johnboiles commented 10 years ago

Also, happy to help :+1:

macropin commented 10 years ago

@kennethreitz I'm gonna fork dj-static-updated and start pushing releases to PyPi

Griffosx commented 10 years ago

@macropin see https://github.com/incuna/dj-static

metakermit commented 10 years ago

I would second a request to push a new release, as the current 0.0.5 breaks with Django 1.7rc1 (which I need to use as South broke support for Python 3 :( ) due to:

    from django.core.handlers.base import get_path_info

I see this is fixed in master.

DArtagan commented 10 years ago

It looks like PyPi's been updated on 2014-07-11. Thanks Kenneth! Is this now closable?

flevour commented 9 years ago

This can be closed.