Page not found (404)

Request Method: GET
Request URL: http://mix-fighters.com/persons/profile/%D0%93%D0%BB%D1%83%D0%BF%D1%8B%D1%88/

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^grappelli/
  4. ^$ [name='home']
  5. ^admin/
  6. ^admin/filebrowser/
  7. ^upload/
  8. ajaxcomments/
  9. ^vedushie/(?P<id>[0-9]+)$
  10. ^vedushie/
  11. ^uchastniki/
  12. ^world/
  13. ^content/
  14. ^upload/
  15. ^news/
  16. ^persons/ ^profile/$
  17. ^persons/ ^(?P<pk>\d+)/edit/$
  18. ^facebook/
  19. ^auth/
  20. ^ajax/accounts/login/$ [name='auth_login']
  21. ^ajax/accounts/register/$ [name='registration_register']
  22. ^accounts/
  23. ^organizatory/
  24. ^o-proekte/
  25. ^dajaxice/

The current URL, persons/profile/Глупыш/, 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.