6👍
✅
Looks like your environment was not configured properly. Try exporting these environment variables before running python manage.py syncdb
:
export LANG=es_ES.UTF-8
export LC_ALL=es_ES.UTF-8
python manage.py syncdb
If you’re running that command from a Debian derivative (like *buntu), try this:
sudo dpkg-reconfigure locales
Edit: Wait. Now I see that (pythonanywhere2)bash-3.2$
. Have you read the relevant article on creating a new Django project on Python Anywhere at tutorial.pythonanywhere.com?
Source:stackexchange.com