Page not found (404)

Request Method: GET
Request URL: http://drstone.ustc.edu.cn/search/Des+Moines+International+Airport+%E2%9C%86+%F0%9D%9F%99%E2%8E%AF%F0%9D%9F%A0%F0%9D%9F%98%F0%9D%9F%98%E2%8E%AF%F0%9D%9F%9A%F0%9D%9F%9E%F0%9D%9F%9D%E2%8E%AF%F0%9D%9F%A1%F0%9D%9F%9D%F0%9D%9F%A0%F0%9D%9F%99+%E2%98%91+flight+booking+number

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

  1. pjeriscool/
  2. [name='index']
  3. staff.html [name='staff']
  4. joinus.html [name='joinus']
  5. game.html [name='StoneGame']
  6. collected/<slug:TypeShortName>/ [name='ArticleList']
  7. <slug:ArticleShortName>.html [name='ArticleFromShortName']
  8. content/<slug:ArticlePk>.html [name='ArticleFromPk']
  9. ^favicon\.ico$
  10. ^/mce/
  11. ^qianyi\/media\/(?P<path>.*)$

The current path, search/Des+Moines+International+Airport+✆+𝟙⎯𝟠𝟘𝟘⎯𝟚𝟞𝟝⎯𝟡𝟝𝟠𝟙+☑+flight+booking+number, 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.