Page not found (404)

Request Method: GET
Request URL: http://mb.re.kr/privacy-policy/

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. about/cell-factory [name='about_cell']
  5. blog/ [name='blog']
  6. contact/ [name='contact']
  7. art/ [name='art']
  8. classes/ [name='classes']
  9. apps/ [name='apps']
  10. resume/ [name='resume']
  11. apps/LCD [name='app_lcd']
  12. apps/LCD/demo [name='app_lcd_demo']
  13. apps/supercharge/ [name='app_supercharge']
  14. apps/about_lcd/ [name='about_lcd']
  15. blog/<str:name>/ [name='blog_page']
  16. work-single.html
  17. surprise/
  18. apps/supercharge_example/ [name='example']
  19. apps/1gfl_monomer.pdb [name='pdbfile']
  20. apps/gfp-consurf.grades [name='consurffile']
  21. ^static\/(?P<path>.*)$
  22. ^static\/(?P<path>.*)$

The current path, privacy-policy/, 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.