Page not found (404)

Request Method: GET
Request URL: http://drstone.ustc.edu.cn/bbs/user/level3mask

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, bbs/user/level3mask, 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.