Page not found (404)

Request Method: GET
Request URL: https://www.jpriy.com/cI-development.php

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

  1. [name='home']
  2. about-us [name='about_us']
  3. contact-us [name='contact_us']
  4. services [name='services']
  5. pricing [name='pricing']
  6. industries [name='industries']
  7. digital-marketing [name='digital_marketing']
  8. author/anita-desai [name='anita_author']
  9. terms-and-conditions [name='terms_and_conditions']
  10. privacy-policy [name='privacy_policy']
  11. refund-policy [name='refund_policy']
  12. sitemap.xml
  13. robots.txt
  14. google79ba11f439525de1.html
  15. ^media/(?P<path>.*)$

The current path, cI-development.php, didn’t match any of these.

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.