Page not found (404)

“/app/alur_pinjam” does not exist
Request Method: GET
Request URL: https://silarium.umkt.ac.id/alur_pinjam
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='index']
  3. tabel-peminjaman-acc/ruang-laboratorium [name='peminjaman_ruangan_acc']
  4. tabel-peminjaman-filter/ruang-laboratorium/ [name='peminjaman_ruangan_filter']
  5. tabel-peminjaman-acc/alat [name='peminjaman_alat_acc']
  6. tabel-peminjaman-filter/alat [name='peminjaman_alat_filter']
  7. app-user/
  8. app-ruangan/
  9. app-barang/
  10. app-blog/
  11. akun/login [name='akun_login']
  12. akun/logout/ [name='akun_logout']
  13. accounts/login/ [name='login']
  14. accounts/logout/ [name='logout']
  15. ckeditor/
  16. api/bebas-pinjam/<str:uid>
  17. ^static/(?P<path>.*)$
  18. ^(?P<path>.*)$

The current path, alur_pinjam, matched the last one.

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.