Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:9000/Photo/dveri/P1000162.jpg

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

  1. [name='index']
  2. uslugi/ [name='all_uslugi']
  3. uslugi/<str:slug> [name='uslugi']
  4. uslugi/mail/contact_me.php
  5. admin/
  6. mail/contact_me.php
  7. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  8. robots.txt
  9. ^media/(?P<path>.*)$

The current path, Photo/dveri/P1000162.jpg, 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.