Page not found (404)

Request Method: GET
Request URL: https://mycbe.in/Computer/shut-down-windows-with-just-one-click/

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

  1. Madof59/
  2. movie_list [name='movie_list']
  3. movie_detail/<int:pk> [name='movie']
  4. cbe_photography/ [name='cbe_photography']
  5. submited/ [name='submitted']
  6. submit_krishnar_sketch/ [name='submit_krishnar_sketch']
  7. sketch_submited/ [name='sketch_submited']
  8. krishnar-quotes/ [name='krishnarquotes']
  9. hd-photos/ [name='hd-photos']
  10. ^hd-photos/(?P<pk>[\w\@\.\/\-\_]+)/$ [name='hd-photos']
  11. quotes/ [name='quotes']
  12. ^quotes/(?P<name>[\w\@\.\/\-\_]+)/$ [name='motivation']
  13. health-tips/ [name='health-tips']
  14. krishnarquotes-api/ [name='api-home']
  15. krishnarquotes-api1/ [name='api-home']
  16. ^google-login/$ [name='google_login']
  17. / [name='home']
  18. [name='home']
  19. participate/<int:pk> [name='participate']
  20. contest/ [name='contest']
  21. contest/<str:slug>/ [name='view-contest']
  22. contest/<str:slug>/<int:pk>/ [name='view-photo']
  23. submitted_done/<int:pk> [name='submitted_done']
  24. summernote/

The current path, Computer/shut-down-windows-with-just-one-click/, 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.