Page not found (404)

Request Method: GET
Request URL: http://mosquitoweb.ihmt.unl.pt/(X(1)S(sih2gw3u21p5kmx4adbexlkj))/Achados/Reportar

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

  1. ^admin/
  2. ^$ [name='novo']
  3. ^.*/csv$ [name='csv']
  4. ^api$ [name='api']
  5. ^api/envs [name='envs']
  6. ^favicon.ico [name='favicon']
  7. ^static\/(?P<path>.*)$

The current URL, (X(1)S(sih2gw3u21p5kmx4adbexlkj))/Achados/Reportar, 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.