Django Writing a Django app for a language that must use UTF-8 Have been writing a Turkish Django app for the past couple of days. The problem is that the Turkish language best works with UTF-8. If you are using MySQL you must make sure that your encoding is utf8_turkish_ci. # -*- coding: utf-8