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'