Page not found (404)

Request Method: GET
Request URL: https://blog.n1mda.ru/component/weblinks/?task=weblink.go&catid=6:uncategorised&id=2:opennet-ru

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

  1. admin/
  2. [name='home']
  3. <slug:slug> [name='post']
  4. <slug:category_slug>/ [name='category']
  5. __debug__/
  6. sitemap.xml
  7. ckeditor/
  8. ^media/(?P<path>.*)$

The current path, component/weblinks/, 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.