Page not found (404)

Request Method: GET
Request URL: https://photomarcosantos.com/Photomarco/dancarte2018/20%252520Ent%252520Artes%252520-%252520Escola%252520de%252520Danca/63%252520Alma%252520Mater/content/MS_20_1417_large.html

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

  1. dance/
  2. admin/
  3. [name='listadancasgrupo']
  4. uploadFotos [name='uploadFotos']
  5. listadancassolistas [name='listadancassolistas']
  6. uploadFotos1 [name='uploadFotos1']
  7. ^uploads/(?P<path>.*)$
  8. ^static/(?P<path>.*)$
  9. protected/

The current path, Photomarco/dancarte2018/20%2520Ent%2520Artes%2520-%2520Escola%2520de%2520Danca/63%2520Alma%2520Mater/content/MS_20_1417_large.html, 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.