Russian names for database fields in admin panel
📁 вопрос
The question is trivially simple, but I haven't figured it out... How to make Russian names for database fields appear in the admin panel? What needs to be specified in models.py?
You can also use the method:
df_without_noise = df.query(""A <= 250 and B <= 50"")result:
In [28]: df_without_noiseOut[28]: A B C D1 24 25 34 2003 34 19 2 34 Log in to leave an answer