Page not found (404)

Request Method: GET
Request URL: http://www3.lccs.edu.hk/moodle/login/index.php

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

  1. admin/
  2. students/
  3. accounts/
  4. iep/
  5. download/
  6. home/
  7. iar/
  8. survey/
  9. dse/
  10. ps1/
  11. bms/
  12. cgr/
  13. [name='index']

The current path, moodle/login/index.php, 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.