jix-666/jix

Catch error for Thai title

Closed this issue · 1 comments

  • Since we are using the slug in English, users can't input Thai title for the event
  • Add try-except block to catch this error

Fixed it without using try-except, just only added the option allow_unicode=True to the slug field and slugify.