This situation typically occurs under Windows systems
1, the foreground, the background if the CSS and other styles can not be loaded. (This method is recommended to resolve)
This is because some of the Ides you installed or other changes to the registry cause
The content type of the system's registry \hkey_classes_root\.css is not TEXT/CSS and can be modified. When you're done, restart the development server and press CTRL+F5 to force the page to refresh.
2, the front desk if the CSS and other styles can not be loaded. (If your backstage is fine then try this simple method)
premise : django1.8
In the HTML page you can request a Css,js file and view the Css,js file return status of 200 in Chrome's developer tools
Reason:
django1.8 is in the HTML page to be able to request to speak Css,js file and is in Chrome's creator object Css,js file return status of 200 reasons: HTML page is increasing the head of the <! DOCTYPE html> statement caused the CSS style to be less loaded
Workaround:
HTML page added <! on the head DOCTYPE html> declaration causes the CSS style to not load the effect, remove this tag CSS effect function
django resolves Css,js file 304 causing the display issue to fail to load