[Fixed]-Django 1.8- Turkish Letters Cause Exception

1👍

Pycharm encodign

  1. Make sure the file encoding is utf-8 (check alt+ctrl+s pycharm settings).
  2. Tell python that file is encoded with utf-8 bu simply adding # -*- encoding: utf-8 -*- as first row of the file.

Leave a comment