Page not found (404)

Request Method: GET
Request URL: http://bunkazai4all.jp/description/building

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

  1. [name='index']
  2. about/ [name='about']
  3. member/ [name='member']
  4. publication/ [name='publication']
  5. nihongo/ [name='nihongo']
  6. nihongo/outside [name='outside']
  7. nihongo/inside [name='inside']
  8. nihongo/room [name='room']
  9. nihongo/building [name='building']
  10. nihongo/size [name='size']
  11. link/ [name='link']
  12. feedback/ [name='feedback']
  13. contact/ [name='contact']
  14. admin/

The current path, description/building, 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.