Page not found (404)

Request Method: GET
Request URL: http://casadevioletapousada.com.br/index.php

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

  1. admin/
  2. [name='site']
  3. a-pousada/ [name='about']
  4. acomodacoes/ [name='rooms']
  5. contato/ [name='contact']
  6. flat/ [name='flat']
  7. flat-em-tiradentes/ [name='flat_']
  8. reservas/ [name='booking']
  9. politica-de-reservas/ [name='booking_policies']
  10. pontos-turisticos/ [name='places']
  11. eventos-em-tiradentes/ [name='events']
  12. evento/tiradentes/ [name='event_detail']
  13. ^static/(?P<path>.*)$
  14. ^static/(?P<path>.*)$

The current path, index.php, 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.