Page not found (404)

Request Method: GET
Request URL: http://licenge.com.br/noticias.php?id=6

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

  1. ^jet/
  2. tinymce/
  3. ^tinymce/
  4. admin/
  5. [name='index']
  6. construtora-licenge [name='quem_somos']
  7. empreendimentos [name='empreendimentos']
  8. empreendimento/<slug:slug> [name='empreendimento']
  9. blog/<slug:slug> [name='post']
  10. blog [name='blog']
  11. contato [name='contato']
  12. ^static/(?P<path>.*)$

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