Page not found (404)

Request Method: GET
Request URL: http://test.phystech.pro/filer/documents/1620819227/2766/

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

  1. admin/
  2. news [name='newspisok']
  3. news/<int:idnew> [name='newsite']
  4. sveden/<slug:slug> [name='infpoosite']
  5. main/<slug:slug> [name='mainsite']
  6. entrant/<slug:slug> [name='entrantsite']
  7. student/<slug:slug> [name='studentsite']
  8. graduate/<slug:slug> [name='infv']
  9. teacher/<slug:slug> [name='teachersite']
  10. panl/<slug:slug> [name='panels']
  11. findelement [name='findelement']
  12. driving-directions [name='drivdiric']
  13. card-info-site [name='cardinfosite']
  14. d-site/<slug:slug> [name='dopsite']
  15. jsonpost [name='postjson']
  16. summernote/
  17. ^static/(?P<path>.*)$
  18. ^media/(?P<path>.*)$

The current path, filer/documents/1620819227/2766/, 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.