Page not found (404)

Request Method: GET
Request URL: https://www.copunz.com/category/audio/

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

  1. admin/
  2. [name='home']
  3. current_codes [name='current_codes']
  4. add_code [name='add_code']
  5. add_cor [name='add_cor']
  6. current_cors [name='current_cors']
  7. current_cons [name='current_cons']
  8. view_con/<str:ref> [name='view_con']
  9. view_cor/<str:ref> [name='view_cor']
  10. view_code/<str:ref> [name='view_code']
  11. code/<str:ref> [name='code']
  12. control [name='control']
  13. login [name='login']
  14. update_cn [name='update_cn']
  15. visit_stats [name='visit_stats']
  16. ^media/(?P<path>.*)$

The current path, category/audio/, 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.