Page not found (404)

Request Method: GET
Request URL: http://www.yungyikim.com/free/17/%EB%A6%AC%EB%88%85%EC%8A%A4,%20%EB%94%94%EC%8A%A4%ED%81%AC%20%EC%82%AC%EC%9A%A9%EB%9F%89%EC%9D%84%20%EB%94%94%EB%A0%89%ED%86%A0%EB%A6%AC%EB%B3%84%EB%A1%9C%20%EB%B3%B4%EC%97%AC%EC%A3%BC%EA%B8%B0

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

  1. image [name='image']
  2. proxy [name='proxy']
  3. proxy_raw [name='proxy_raw']
  4. [name='home']

The current path, free/17/리눅스, 디스크 사용량을 디렉토리별로 보여주기, 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.