Forums

No css styling in the admin page, Django, during djangoGirls tutorial.

Hi, I've been going through the djangogirls tutorial and got stuck when I found out my admin site doesn't work properly, it's got no stylingenter image description here

I've been trying to go through the official way of fixing this, which is supposedly by this thing, but it doesn't seem to work. Here's how the relevant part of my settings.py file looks like

# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.1/howto/static-files/

STATIC_URL = '/static/'
STATIC_ROOT = '/home/diakonski/diakonski.pythonanywhere.com/mysite/static'

We have a page to help you debug static files configuration here: http://help.pythonanywhere.com/pages/DebuggingStaticFiles/