Page not found (404)

Request Method: GET
Request URL: http://blue-berry.ru/category/novosti

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

  1. media/uploads/<str:y>/<str:m>/<str:d>/<str:filename>/ [name='serve_protected_document']
  2. media/uploads/docs/<str:y>/<str:m>/<str:d>/<str:filename>/ [name='serve_protected_other_document']
  3. admin/
  4. api-v1/
  5. fields/
  6. documents/
  7. wa/
  8. shop/
  9. [name='main_page']

The current path, category/novosti, 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.