Page not found (404)

Request Method: GET
Request URL: https://www.amoraleseventos.com/eventos/pink-birthday/photos/

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

  1. ^$ [name='home']
  2. ^contact/$ [name='contact']
  3. ^categorias/$ [name='categorias']
  4. ^Contacto/$ [name='contacto']
  5. ^nosotros/$ [name='nosotros']
  6. ^categorias/(?P<category_name>[\w\-]+)/productos$ [name='productos']
  7. ^api/productos/(?P<id>\d+)$
  8. ^misproductos/$ [name='misproductos']
  9. ^Eventos/$ [name='events']
  10. ^Eventos/(?P<event_name>[\w\-]+)/photos/$ [name='event']
  11. ^tinymce/
  12. ^admin/
  13. ^media\/(?P<path>.*)$

The current path, eventos/pink-birthday/photos/, 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.