Page not found (404)

Request Method: GET
Request URL: http://xn--j1aop.xn--e1afijda1a3cyb.xn--p1ai/comments/feed/

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

  1. ^$ [name='index']
  2. ^category/(?P<slug>[-\w]+)/$ [name='category_arch']
  3. ^4dm1n/
  4. ^summernote/
  5. ^(?P<slug>[-\w]+)/$ [name='detail']
  6. ^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/(?P<post_name>[-\w]+)$ [name='detail_new']
  7. ^(?P<year>\d{4})/(?P<month>\d{1,2}) [name='month_arch']

The current URL, comments/feed/, 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.