Page not found (404)

Request Method: GET
Request URL: http://172.16.16.223:7979/sekolah/grafik_sekolah/?q=sekolah

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

  1. [name='home']
  2. get-files [name='getFiles']
  3. search-files [name='searchFiles']
  4. admin/
  5. ^media/(?P<path>.*)$

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