Martin Mahner

Results 36 comments of Martin Mahner

Looking into it, this certainly shouldn't happen, especially not on Py3.

@atodorov what version do you use on production?

Hrm. I poked around and had no issues with Py3.6. I had unicode in the filename and even emojis. I'll add them to the testsuite to see if its a...

Side note; I figured that a unicode filename wasn't properly handled by Python2.7: https://travis-ci.org/bartTC/django-attachments/jobs/386620989 so I added unicode literals. That fixes that issue, but I doubt, while looking similar, its...

Closing this as unable to reproduce.

All of your changes look fine to me. I do same the and then ``` $ python setup.py sdist && python setup.py bdist_wheel --universal $ twine upload --sign dist/* ```

Weird. Which python version do you use to run setup.py? This is how it looks for me. ``` ❯ python setup.py sdist && python setup.py bdist_wheel --universal running sdist running...

Nevermind, just saw it.

I assume it does not take setup.cfg into account, ie one of those setuptools/distutils packages is outdated. Can you try updating setuptools? `pip install -U setuptools`

STATIC_DIR looks wrong, it should land in your MEDIA_DIR. Currently you need to prepend the MEDIA_URL manually. So something along ```