I'm writing the Django React application and I have a huge existing database. I created models using 'inspectdb' command...
My database is a bit old and it is full of Croatian characters because of it models couldn't be created.
Is there any line of code that could solve a complete issue with this chararacter set on Django side?