Page not found (404)

Request Method: GET
Request URL: http://transcotur.com.br/setembro-02-2014.html

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

  1. ^$ [name='home']
  2. ^contato/$ [name='contato']
  3. ^orcamento/$ [name='orcamento']
  4. ^destino/$ [name='get_destino']
  5. ^admin/
  6. ^fretamentos-slider\.html$ [name='sliders']
  7. ^fretamentos-slider-micro\.html$ [name='sliders_micro']
  8. ^fretamentos-slider-cachefix\.html$ [name='sliders_cache']
  9. ^detalhes\.html$ [name='detalhes']
  10. ^media\/(?P<path>.*)$

The current path, setembro-02-2014.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.