Page not found (404)

Request Method: GET
Request URL: https://pwa.faranikgroup.com/index.php/gallery/download-image/be3b5b363374554e30fa40d547705435/jpg

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

  1. [name='splash']
  2. hub-email-checkin/ [name='hub_auth_email']
  3. hub-resend-code/ [name='hub_resend_code']
  4. hub-check-verification/ [name='hub_check_verification']
  5. signup/ [name='signup']
  6. verify-email/ [name='verify_email']
  7. check-verification/ [name='check_verification']
  8. signup-form/ [name='signup_form']
  9. forgot-password-form/ [name='forgot_password_form']
  10. forgot-password-check-form/ [name='forgot_password_check_form']
  11. reset-password-form/ [name='reset_password_form']
  12. resend-code-form/ [name='resend_code_form']
  13. reset-password/ [name='reset_password']
  14. login/ [name='login']
  15. member-email-login-form/ [name='emial_login_form']
  16. member-phone-login-form/ [name='phone_login_form']
  17. login-check-verification-form/ [name='login_check_verification']
  18. login-first/ [name='login_first']
  19. member-login/step1/ [name='member_login_step1']
  20. member-login/step2/ [name='member_login_step2']
  21. member-login/step3/ [name='member_login_step3']
  22. forgot-pass/step1/ [name='member_login_step3']
  23. forgot-pass/step2/ [name='member_login_step3']
  24. owner-login/step1/ [name='owner_login_step1']
  25. owner-login/step2/ [name='owner_login_step2']
  26. owner-login/step3/ [name='owner_login_step3']
  27. change-owner/step1/ [name='change_owner_step1']
  28. change-owner/step2/ [name='change_owner_step2']
  29. change-owner/step3/ [name='change_owner_step3']
  30. dashboard/ [name='dashboard']
  31. forgot-password/ [name='forgot_password']
  32. devices/ [name='devices']
  33. add-devices/ [name='add_devices']
  34. add-device/step1/ [name='add_device_step1']
  35. add-device/step2/ [name='add_device_step2']
  36. add-device/device-not-found/ [name='add_device']
  37. add-zones/ [name='add_zone']
  38. add-scenario/ [name='add_scenario']
  39. add-condition/ [name='add_condition']
  40. device-info/ [name='device_info']
  41. zone-info/ [name='zone_info']
  42. edit-zone/ [name='edit_zone']
  43. device-setting/ [name='device_settings']
  44. device-info/device_nameEQstr/ [name='device_info']
  45. hub-connection/ [name='hub_connection']
  46. scenario/ [name='scenario']

The current path, index.php/gallery/download-image/be3b5b363374554e30fa40d547705435/jpg, 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.