Page not found (404)

Request Method: GET
Request URL: http://uem.umkt.ac.id/openlearning/index.html

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. openlearning/ [name='openlearning']
  5. studio/ [name='studio']
  6. contact/ [name='contact']
  7. services/ [name='services']
  8. dokumen-ami-2021/ [name='dokumen_ami_2021']
  9. dokumen-ami-2022/ [name='dokumen_ami_2022']
  10. requestservices/ [name='requestService']

The current path, openlearning/index.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.