[uwsgi,nginx] Notebook
[uwsgi] django에서 unicode filename upload error (solved)
Dev2DHs
2017. 3. 7. 02:30
Django - unicode file upload error
사실 django 문제가 아니다.... 그냥 uwsgi 에 환경 언어 설정을 추가해주면 된다.
wsgi.ini 에 env = LANG=en_US.UTF-8 추가하고 uwsgi 재시작하면 된다.
원인)
python2.7 문제다..... 유니코드....뿌직