Page not found (404)

Request Method: GET
Request URL: http://tkf.com/posigrip/index.html

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

  1. ^ ^$ [name='index']
  2. ^ ^about/history$ [name='about']
  3. ^ ^about/locations$ [name='locations']
  4. ^ ^about/industries$ [name='industries']
  5. ^ ^services$ [name='services']
  6. ^ ^products$ [name='products']
  7. ^ ^products/reciprocatinglift$ [name='reciprocatinglift']
  8. ^ ^products/continuouslift$ [name='continuouslift']
  9. ^ ^products/posigrip$ [name='posigrip']
  10. ^ ^products/posigrip/gate$ [name='posigripgate']
  11. ^ ^products/overhead$ [name='overhead']
  12. ^ ^products/popup$ [name='popup']
  13. ^ ^products/accumulation$ [name='accumulation']
  14. ^ ^products/roller$ [name='roller']
  15. ^ ^products/custom$ [name='custom']
  16. ^ ^products/vroller$ [name='vroller']
  17. ^ ^articles/downloads$ [name='downloads']
  18. ^ ^contact/$ [name='contact']
  19. ^ ^contact2/$ [name='contact2']
  20. ^ ^contact3/$ [name='contact3']
  21. ^posts/
  22. ^admin/
  23. ^cms/
  24. ^documents/
  25. ^news/
  26. ^media\/(?P<path>.*)$

The current URL, posigrip/index.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.