Home > front end >  Django js path problem
Django js path problem

Time:09-30

Page not found (404)
The Request Method: GET
The Request URL: http://127.0.0.1:8000/static/booktest/jquery-1.12.4.min.js
'booktest \ jquery - 1.12.4. Min. Js' could not be found

You 'r e seeing this error because You have DEBUG=True in your Django Settings file. The Change that to False, and Django will display a standard 404 page.

How to solve????????

CodePudding user response:

Failed to load the resource: the server responded with a status of 404 (Not Found) jquery - 1.12.4. Min. Js: 1
Uncaught ReferenceError: $is not defined (index) : 8
At (index) : 8
  • Related