pythonanywhere admin site css is broken in django

66 Views Asked by At

when I deployed a django site on pythonanywhere, the admin site css got broken. It works fine on locally but on pythonanywhere it appears like this: enter image description here

I read the documentation on static files, ran collectstatic successfully, ran findstatic (the program finds the base.css correctly), however, I still cannot see the proper styling of the admin site.

0

There are 0 best solutions below