Page not found (404)

Request Method: GET
Request URL: http://ums.id/manual/zh-cn/mod/mod_access_compat.html

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

  1. admin/
  2. [name='landing']
  3. home [name='home']
  4. <str:shortened_part> [name='redirect']
  5. list_url/ [name='list_url']
  6. list_url_admin/ [name='list_url_admin']
  7. edit_url/<int:id> [name='url_edit']
  8. delete_url/<int:id> [name='url_delete']
  9. login/ [name='login']
  10. logout/ [name='logout']
  11. login_cas [name='login_cas']
  12. logout_cas [name='logout_cas']
  13. accounts/
  14. check_availability/ [name='check_availability']
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$

The current path, manual/zh-cn/mod/mod_access_compat.html, 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.