Page not found (404)

Request Method: GET
Request URL: http://www.viagreen.co.in/services/corporate-waste-management-service/posts-by-date.html

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

  1. admin/
  2. [name='home']
  3. gallery/ [name='gallery']
  4. gallery/<str:pk>/ [name='gallery2']
  5. contact/ [name='contact']
  6. search/ [name='search']
  7. infographics/ [name='infographics']
  8. services/ [name='services']
  9. services/<str:pk>/ [name='servicesd']
  10. blogs/ [name='blogs']
  11. blogs/<str:pk>/ [name='blogsd']
  12. about/ [name='about']
  13. news-letter/ [name='nl']
  14. ckeditor/
  15. reset_password [name='reset_password']
  16. reset_password_sent [name='password_reset_done']
  17. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  18. reset_password_complete/ [name='password_reset_complete']
  19. ^media/(?P<path>.*)$
  20. ^static/(?P<path>.*)$

The current path, services/corporate-waste-management-service/posts-by-date.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.