Page not found (404)

Request Method: GET
Request URL: http://edure.in/contact/tel+0885898745

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

  1. [name='index']
  2. blogs/ [name='blogs']
  3. blog/<slug:slug> [name='blog']
  4. placements/ [name='placements']
  5. upcoming-batches/ [name='upcoming_batches']
  6. about/ [name='about']
  7. gallery/ [name='gallery']
  8. contact/ [name='contact']
  9. enquiry/ [name='enquiry']
  10. test/ [name='test']
  11. sitemap.xml/ [name='serve_file_2']
  12. robots.txt/ [name='serve_file_3']
  13. course/<slug:slug>/ [name='landing_page']
  14. admin/
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$

The current path, contact/tel+0885898745, 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.