Page not found (404)

Request Method: GET
Request URL: http://fuki.cs.ui.ac.id/about/

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

  1. admin/
  2. [name='beranda']
  3. biro-departemen/ [name='biro_departemen']
  4. kegiatan/ [name='kegiatan']
  5. kegiatan/form/ [name='form_kegiatan']
  6. kegiatan/<int:pk>/update [name='form_kegiatan_update']
  7. kegiatan/<int:pk>/delete [name='form_kegiatan_delete']
  8. kegiatan/<int:id>/ [name='detail_kegiatan']
  9. profil/ [name='profil']
  10. kegiatan/all/ [name='activity_all_API']
  11. kegiatan/upcoming/ [name='activity_upcoming_API']
  12. kegiatan/past/ [name='activity_past_API']
  13. hubungi-kami/ [name='hubungi_kami']
  14. org/
  15. recruitment/
  16. rumbuk/
  17. siput/
  18. sso/
  19. mentoring/
  20. ^media\/(?P<path>.*)$
  21. api-auth/
  22. api/token/ [name='token_obtain_pair']
  23. api/token/refresh/ [name='token_refresh']
  24. api/mentoring/
  25. api/auth/

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