[Answered ]-Django python manage.py collectstatic UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 32: ordinal not in range(128)

2👍

It works for me export in console.

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

python manage.py collectstatic

check over django-pipeline/issues

Leave a comment