Page not found (404)

Request Method: GET
Request URL: https://hkusap.hku.hk/hkuapp_hkusap.html

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

  1. ^admin/
  2. login
  3. gateway/list
  4. gateway/update
  5. gateway/ibeacon
  6. gateway/history/download/<str:start>/to/<str:end>
  7. beacon/clockin
  8. beacon/status/list
  9. upload
  10. file/upload
  11. device/search/<str:device_id>
  12. history/timestamp/<str:start>/to/<str:end>

The current path, hkuapp_hkusap.html, 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.