Page not found (404)

Request Method: GET
Request URL: http://localhost:8000/index.php/contact-us

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

  1. register/ [name='register']
  2. profile/
  3. admin/
  4. news/
  5. page/
  6. account/
  7. ckeditor/
  8. ^media/(?P<path>.*)$

The current path, index.php/contact-us, 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.