Page not found (404)

Request Method: GET
Request URL: https://www.makaanhub.com/Solution.html

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

  1. [name='index']
  2. home/
  3. ckeditor/
  4. admin/
  5. about/ [name='aboutus']
  6. contact/ [name='contactus']
  7. residential/ [name='residential']
  8. commercial/ [name='commercial']
  9. land/ [name='land']
  10. pg/ [name='pg']
  11. blog/ [name='blog']
  12. category/<int:id>/<slug:slug> [name='category_products']
  13. ^mnt/disks/interior/uploads/(?P<path>.*)$

The current path, Solution.html, 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.