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.