Forums

Django doesn't load all the static files

My admin page doesn't load all the static files and it looks ungreat.

the static files are all set, because I did

python /home/myusername/myapp/manage.py collectstatic

in my settings.py

STATIC_URL = '/static/'
STATIC_ROOT = '/home/myusername/myapp/static'

enter image description here

Have you set up your static files mappings on the web tab? More info here: https://help.pythonanywhere.com/pages/DjangoStaticFiles