Problem is displaying frameset when connecting to django – Html
there is a code #index.html <html> <head> <title></title> </head> <frameset rows=100% > <frameset rows=76%,24% > <frameset cols=64%,36% > <frame name=reports src="reports.html" > <frame name=fg_log src=/****.py > </frameset> <frameset cols=64%,36% > <frame name=fp_log src=/********.py?fp=3&files=on > <frame name=ls src=/*******.py > </frameset> </frameset>…