Solved the problem this way: I left the database in English, and when migrating entities to Django, renamed the model fields to Cyrillic, specifying db_name in models.py. After that everything is displayed correctly in both the application and the database