Page not found (404)

Request Method: GET
Request URL: http://www.hnwlycg.com/admin.php

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

  1. admin/
  2. category2_1
  3. jump_page
  4. third_page
  5. send_ajax
  6. mem_list
  7. mem_info
  8. mem_register
  9. mem_save
  10. new_mem_save
  11. mem_name_unique
  12. mem_code_unique
  13. contact_us
  14. search_content
  15. ueditor/
  16. ^media/(?P<path>.*)$
  17. get_category2nd/

The current path, admin.php, 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.