Page not found (404)

Request Method: GET
Request URL: https://www.datamaking.com/2019/10/mega-offer-on-data-science-and-data.html?showComment=1600072659666

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

  1. admin/
  2. [name='home']
  3. allcourses/ [name='allcourses']
  4. aboutus/ [name='aboutus']
  5. services/ [name='services']
  6. download/ [name='download']
  7. contactus/ [name='contactus']
  8. privacypolicy/ [name='privacypolicy']
  9. coursedetails/ [name='coursedetails']
  10. accounts/
  11. courses/
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

The current path, 2019/10/mega-offer-on-data-science-and-data.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.