django resolves Css,js file 304 causing the display issue to fail to load

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.