This one took me way too long to realize, only after inspecting the Network console in Firefox I found that static files were missing from the deployment and returning a 404 for each request.
Add step python manage.py collectstatic to the quickstart instructions
This one took me way too long to realize, only after inspecting the Network console in Firefox I found that static files were missing from the deployment and returning a 404 for each request.
Add step
python manage.py collectstatic
to the quickstart instructions