Page not found (404)

Request Method: GET
Request URL: http://www.capitaogervasiooliveira.pi.gov.br/admin/

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

  1. ^ckeditor/
  2. ^manage-cms/
  3. ^zohoverify/verifyforzoho.html
  4. ^noticias/
  5. ^multimidia/
  6. ^$ [name='home']
  7. ^cidade/$ [name='cidade']
  8. ^contato/$ [name='contato']
  9. ^equipe/$ [name='equipe']
  10. ^newsletter/$ [name='newsletter']
  11. ^flatpages/
  12. ^rss/$
  13. ^sitemap\.xml$
  14. ^media\/(?P<path>.*)$

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