Page not found (404)

Request Method: GET
Request URL: http://motelchevalier.com.br/nupcias.php

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

  1. [name='index']
  2. categorias [name='categorias']
  3. experiencias [name='experiencias']
  4. hidroesauna [name='hidroesauna']
  5. suite_hidro [name='suite_hidro']
  6. suite_mini [name='suite_mini']
  7. suites [name='suites']
  8. <int:listagem_id> [name='listagem_suite']
  9. promocoes [name='promocoes']
  10. sitemap.xml
  11. adminmotelche
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

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