Page not found (404)

Request Method: GET
Request URL: http://www.techpacktemplates.com/categories/tees

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

  1. [name='home']
  2. products/<slug:slug>/ [name='view-product']
  3. category/<slug:slug>/ [name='category_products']
  4. search/ [name='search-products']
  5. login/ [name='login']
  6. register/ [name='register']
  7. logout/ [name='logout']
  8. cart/ [name='cart']
  9. checkout/ [name='checkout']
  10. my-downloads/ [name='my-download']
  11. payment-done/ [name='payment_done']
  12. payment-cancelled/ [name='payment_cancelled']
  13. about/ [name='about']
  14. contact/ [name='contact']
  15. new-products/ [name='new-products']
  16. bestseller/ [name='bestseller']
  17. reset_password/ [name='reset_password']
  18. reset_password_sent/ [name='password_reset_done']
  19. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  20. reset_password_complete/ [name='password_reset_complete']
  21. tp-admin/
  22. paypal/
  23. tinymce/
  24. blog/
  25. ^media/(?P<path>.*)$

The current path, categories/tees, 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.