Page not found (404)

Request Method: GET
Request URL: https://battscout.com/products/reports

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

  1. @12345@A/
  2. [name='home']
  3. services/reports [name='reports']
  4. services/reports/<slug:slug>/ [name='report']
  5. newslist/ [name='newsList']
  6. news/<slug:slug> [name='news']
  7. resource/articles [name='articles']
  8. resource/article/<slug:slug>/ [name='article']
  9. register/ [name='register_user']
  10. password/ [name='change_password']
  11. login/ [name='login_user']
  12. logout/ [name='logout_user']
  13. contact/ [name='contact']
  14. purchases/ [name='cart']
  15. portal/ [name='portal']
  16. aj_changeInfo/ [name='aj_changeInfo']
  17. order/ [name='order']
  18. aj_removecart/ [name='aj_removecart']
  19. aj_subscribe/
  20. search/ [name='search']
  21. test/ [name='test']
  22. active/<uidb64>/<token>/ [name='RegisterEmail']
  23. ckeditor/
  24. sitemap.xml/
  25. ^static/(?P<path>.*)$
  26. ^media/(?P<path>.*)$
  27. ^static/(?P<path>.*)$
  28. ^media/(?P<path>.*)$

The current path, products/reports, 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.