Forums

admin page looks ugly, not same as stardard django admin looks like

Hi, my django admine page looks very ugly. it does not look like the standard djgango admin page when I run my website locally. What is the underlying problem and how to fix it?

admin page in pythonanywhere:

enter image description here

admin page in local machine:

enter image description here

You need to setup you static files. Take a look at https://help.pythonanywhere.com/pages/StaticFiles/ and https://help.pythonanywhere.com/pages/DjangoStaticFiles/

information looks really a lot. is there a direct example of how to setup static files for my case?

That is the documentation on how to do it.

which link should I refer to in my case?

solved

Great! Thanks for confirming that!