Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8000/notice/?uid=4&mod=document&pageid=1

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

  1. admin/
  2. login/ [name='login']
  3. register/ [name='register']
  4. logout/ [name='logout']
  5. change_password/ [name='change_password']
  6. save_password/ [name='save_password']
  7. mes/
  8. api/

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