I am trying to add a database to the Django Project using Sqlite3 and Python 2.7.
This is how my setting.py looks like:
DATABASES = { \'default\
Type this before you execute the python manage.py syncdb
export LC_CTYPE=en_US.UTF-8 export LC_ALL=en_US.UTF-8
This will solve the error.. Btw i was using mac os x python which was in /usr/bin/python.
Add it to the ./.bash_profile file so that it calls it automatically..