I am following this guide on deploying a django app to AWS Elastic Beanstalk : https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-django.html
After running eb open, the css for the admin site does not render. It works when running the development server at 127.0.0.1:8000/admin but not when deployed to EB.
I have followed this guidance but it is still not working Elastic Beanstalk does not load the Django admin static files
Can someone explain why this is happening?