Page not found (404)

Request Method: GET
Request URL: https://karya.umkt.ac.id/cv-staff?name=dmp267&qt-cv_staff_all_publications=3&qt-cv_staff_public=2

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

  1. admin/
  2. [name='home']
  3. search [name='search']
  4. kontak [name='kontak']
  5. authors [name='authors']
  6. authors/profile/<str:username> [name='author_profile']
  7. daftar-prodi [name='daftar_prodi']
  8. daftar-dosen/<str:kode_lembaga> [name='daftar_dosen']
  9. informasi-dosen/<str:username> [name='informasi_dosen']
  10. dashboard/
  11. sinkron-lambaga
  12. sinkron-biodata
  13. sinkron-biodata-sinta
  14. accounts/login/ [name='login']
  15. accounts/logout/ [name='logout']

The current path, cv-staff, 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.