Page not found (404)

Request Method: GET
Request URL: http://polski/homepage/photo/18/

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

  1. ^$ [name='home']
  2. ^articles/
  3. ^imgload/
  4. ^anniversaries/
  5. ^news/
  6. ^pages/
  7. ^advt/
  8. ^admin/
  9. ^media/(?P<path>.*)$
  10. ^static/(?P<path>.*)$

The current URL, homepage/photo/18/, 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.