Page not found (404)

Request Method: GET
Request URL: http://www.securityhive.com/tips-secure-wi-fi-networks/

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

  1. accounts/
  2. admin/
  3. [name='notification_index']
  4. notification/delete/<int:pk>/ [name='notification_delete']
  5. notification/unchecked/ [name='notification_unchecked']
  6. notification/read/ [name='notification_read']
  7. notification/create/ [name='notification_create']
  8. notification/status/ [name='notification_status']
  9. kiosk/get-advt/data/ [name='kiosk_advt']
  10. notification/dashboard/ [name='notification_dashboard']
  11. advertisement/dashboard/ [name='ads_dashboard']
  12. advertisement/edit/<int:pk> [name='edit_advertisement']
  13. advertisement/add/data/ [name='add_advertisement']
  14. advertisement/delete/<int:pk> [name='delete_advertisement']
  15. kiosk/get-advt/data/ [name='kiosk_advt']
  16. kiosk/refresh/ [name='kiosk_health_refresh']
  17. check/reset/chrome/ [name='check_reset_chrome']
  18. kiosk/health/reset/<int:pk> [name='kiosk_health_reset']
  19. kiosk/health/update/ [name='kiosk_health_update']
  20. kiosk/health/hourly/update/ [name='kiosk_health_hourly_update']
  21. reset/chrome/session/<int:pk> [name='reset_chrome']
  22. kiosk/listing/data [name='kiosk_listing']
  23. pause/email/<str:emailstatus>/<int:unit_id>/ [name='pause_email']
  24. kiosk/add/data/ [name='add_kiosk']
  25. kiosk/edit/data/<int:unit_id> [name='edit_kiosk']
  26. kiosk/delete/<int:unit_id> [name='delete_kiosk']
  27. user/listing/data/ [name='user_listing']
  28. user/add/data/ [name='add_user']
  29. user/add/parentuser/<int:pk> [name='parent_user_add']
  30. user/remove/parentuser/<int:pk> [name='parent_user_remove']
  31. user/edit/data/<int:pk> [name='edit_user']
  32. user/delete/<int:pk> [name='delete_user']
  33. reset/jitsi/session/<int:pk> [name='reset_jitsi_with_pk']
  34. reset/jitsi/session/ [name='reset_jitsi']
  35. export/call-report/<str:startdate>/<str:enddate>/<str:userpk>/ [name='exportCallLogReport']

The current path, tips-secure-wi-fi-networks/, 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.