Page not found (404)

Request Method: GET
Request URL: http://py7.ru/linkpop.com/agenxionplay

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

  1. ^ckeditor/
  2. ^zzz123/
  3. ^robots\.txt$
  4. ^favicon\.ico$
  5. ^$ [name='home']
  6. ^tools/
  7. ^go
  8. ^p/
  9. ^news/
  10. ^contacts/
  11. ^__debug__/
  12. ^static\/(?P<path>.*)$
  13. ^media\/(?P<path>.*)$
  14. ^static\/(?P<path>.*)$

The current URL, linkpop.com/agenxionplay, 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.