Thanks for the responses.
After much searching the issue was that I was missing the decorator on the python view
@xframe_options_sameorigin def home(request):
Once I added the @xframe_options_sameorigin decorator, I was able to use in the iframe.