It seems that when running the server with npm start vs. python manage.py runserver, the CSS associated with the header in the version with npm start does not fully load when the Django server serves the page. Not sure why this is.
This is how it looks when served by npm start:
This is how it looks when served by the Django server:
It seems that when running the server with
npm start
vs.python manage.py runserver
, the CSS associated with the header in the version withnpm start
does not fully load when the Django server serves the page. Not sure why this is.This is how it looks when served by
npm start
:This is how it looks when served by the Django server:
A potential solution is described here: https://medium.com/labcodes/configuring-django-with-react-4c599d1eae63.