Problem: As the title says I am building a django project the base.html extended to homepage.html and works fine, static images appear, but home.css does no
As you have STATICFILES_DIRS remove STATIC_ROOT then type python manage.py collectstatic, then yes, then run your server again.
STATICFILES_DIRS
STATIC_ROOT
python manage.py collectstatic