I use django and in my models I want to write Persian in slugfield (by using utf-8 or something else) and use the slug in address of page I write this class for model: But there is nothing in slug column after save and I don’t know what to write in url to show Persian. Can you tell me what