Page not found (404)

Request Method: GET
Request URL: http://www.hulaq.com/hulaq/index.html

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

  1. ^$
  2. ^index$
  3. ^rhyme$
  4. ^about$
  5. ^exact_search$
  6. ^exact_search_json$
  7. ^get_pinyin_tones$
  8. ^fuzzy_search$
  9. ^fuzzy_search_json$
  10. ^word_detail$
  11. ^word_detail_json$
  12. ^word_poetry_detail_json$
  13. ^get_csrf_token$
  14. ^access_ip_count$
  15. ^day_access_count$
  16. ^day_access_wordcount$
  17. ^search_song$
  18. ^lyric_modify$
  19. ^user_add_song_lyric$
  20. ^.well-known/pki-validation/fileauth.txt$ [name='test']
  21. ^.well-known/pki-validation/14EF8E2F342B745506328FAFF331A839.txt$ [name='test']
  22. ^static/(?P<path>.*)$ [name='static']

The current URL, hulaq/index.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.