Page not found (404)

Request Method: GET
Request URL: http://www.oceatlan.org/contato.php

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

  1. ^$ [name='home']
  2. ^contato/$ [name='contato']
  3. ^pirata/
  4. ^isabp/
  5. ^gloss/
  6. ^argo/
  7. ^movar/
  8. ^entrar/ [name='signup']
  9. ^perfil/ [name='editar']
  10. ^login/
  11. ^logout/
  12. ^confirmar/(?P<code>\w{32})$
  13. ^senhas/alterar/
  14. ^senhas/recuperar/
  15. ^senhas/enviado/
  16. ^senhas/confirma/(?P<uidb64>[0-9A-Za-z]+)-(?P<token>.+)/
  17. ^senhas/ok/
  18. ^static/(?P<path>.*)$
  19. ^admin/
  20. ^favicon.ico$
  21. ^robots.txt$
  22. ^captcha/
  23. ^index.php
  24. ^default.php
  25. ^tiki-register.php
  26. ^tiki-switch_lang.php
  27. ^tiki-login_scr.php$
  28. ^tiki-login.php$
  29. ^media/pdf/pnboia/Anexo_D_PNBOIA.pdf
  30. ^lib/
  31. ^css/
  32. ^zyxel/
  33. ^styles/
  34. ^slides/
  35. ^temp/
  36. ^img/
  37. ^images/
  38. ^lang/
  39. ^accounts/
  40. ^plus/
  41. ^carousel
  42. ^en/
  43. ^about
  44. ^home
  45. ^produtos/pnboia
  46. ^pnboia2/
  47. ^produtos/argo
  48. ^produtos/pirata
  49. ^produtos/gloss
  50. ^produtos
  51. ^tikiwiki/tiki-forums.php
  52. ^tiki-index.php

The current URL, contato.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.