use utf-8 in python DJANGO code example
Example 1: python utf8
# insert in the first line of the file
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# or
#!/usr/bin/env python
# -*- coding: utf-8 -*-
Example 2: python Non-UTF-8 code starting with
# coding=utf-8