Page not found (404)

“/home/zqdiw09qnp9o/p37Venv/404.shtml” does not exist
Request Method: GET
Request URL: http://parthelectricals.co.in/404.shtml
Raised by: django.views.static.serve

Using the URLconf defined in cw2305_parth_electricals.urls, Django tried these URL patterns, in this order:

  1. iANnsAIngDNfe1X4/
  2. downloadDocumentFromNextCloud/(?P<document_id>[\w\-\d]+)/(?P<group_id>[\w\-\d]+)/(?P<login_required>[\w\-\d]+)/$ [name='downloadDocumentFromNextCloud']
  3. downloadQRCode/(?P<code>[\w\-\d]+)/$ [name='downloadQRCode']
  4. [name='ProductList']
  5. products/(?P<p_id>[\w\-]+)/$ [name='products']
  6. browse_drag_and_upload_file [name='browse_drag_and_upload_file']
  7. upload_file_insert_new_data [name='upload_file_insert_new_data']
  8. GenerateQRCode [name='GenerateQRCode']
  9. ProductList [name='ProductList']
  10. ProductSerialNumberQRcode/(?P<product>[\w\-\s\/\_]+)/$ [name='ProductSerialNumberQRcode']
  11. settings [name='settings']
  12. log_file_list [name='log_file_list']
  13. log/(?P<logfile>[\w\-\d]+)/$ [name='log']
  14. register [name='register']
  15. login/ [name='login']
  16. logout/ [name='logout']
  17. preProcessOnUploadedDoc [name='preProcessOnUploadedDoc']
  18. ^(?P<path>.*)$

The current path, 404.shtml, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.