Page not found (404)

Request Method: GET
Request URL: https://blog.datsme.io/read.php?id=5

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

  1. [name='webHome']
  2. category/<id> [name='showCategoryBlogs']
  3. search [name='showSearchBlogs']
  4. newsletter [name='saveNewsletter']
  5. share [name='shareCount']
  6. download [name='downloadCount']
  7. blog/<slug> [name='showBlog']

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