otto-torino / django-baton

A cool, modern and responsive django admin application based on bootstrap 5 that brings AI to the Django admin - https://baton.sqrt64.it/
MIT License
859 stars 92 forks source link

Admin dashboard display #279

Closed tyctor closed 5 months ago

tyctor commented 5 months ago

Hi

i found your admin theme, i and want to try it for our radio admin, currently we are using django-suit, but i want to move forward to responsible admin.

installation looks easy, but something is wrong with dashboard and i dont know where can be problem it looks somehow shrinked Capture 2024-01-23 at 16 52 03

have you any suggestion what i can try to fix? i am looking forward to answer

abidibo commented 5 months ago

Hi @tyctor , please provide more information:

tyctor commented 5 months ago

when i try to resize browser window in 1024px size it looks differently size_1024

abidibo commented 5 months ago

Mmmm never seen that, on Linux, Windows or Mac? Also do you have any custom css in the admin, or any particular admin related installed app? Difficult to say, if you can reproduce that in a repository I can put my hands on I'll probably figure it out.

tyctor commented 5 months ago

it is Linux, i am doing upgrade from Django 3.2 to Django 4.2, i have removed django-suit, so now it should be default Django Admin (templates/css/js), but i will double check that. good to hear that you never seen that :-) because it will be probably issue on my setup. thanks for your fast reply i will put comment if i figure it out what cause that issue.

tyctor commented 5 months ago

just to confirm that in clean django with django baton install i dont have such issue