Page not found (404)

Request Method: GET
Request URL: http://shagunenterprise.in/posts/1558/posting-sublimation-coating-paper-manufacturer-in-tiruppur

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

  1. admin/
  2. hrm/
  3. crm/
  4. service/
  5. [name='login']
  6. logout [name='logout']
  7. dashboard/ [name='dashboard']
  8. state_create/ [name='state_create']
  9. state_edit/<int:pk>/ [name='state_edit']
  10. city_create/ [name='city_create']
  11. location/ [name='location']
  12. city_edit/<int:pk> [name='city_edit']
  13. indiamart/ [name='indiamart']
  14. show_map/<int:pk> [name='show_map']
  15. ^media/(?P<path>.*)$
  16. API/
  17. API/Client/

The current path, posts/1558/posting-sublimation-coating-paper-manufacturer-in-tiruppur, 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.