Page not found (404)

Request Method: GET
Request URL: http://catalogobiciperetti.com.ar/consultar.php?uno=329

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

  1. ^django-admin/
  2. ^admin/
  3. ^documents/
  4. ^login/$ [name='login']
  5. ^ ^login/$ [name='login']
  6. ^ ^logout/$ [name='logout']
  7. ^ ^password_change/$ [name='password_change']
  8. ^ ^password_change/done/$ [name='password_change_done']
  9. ^ ^password_reset/$ [name='password_reset']
  10. ^ ^password_reset/done/$ [name='password_reset_done']
  11. ^ ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  12. ^ ^reset/done/$ [name='password_reset_complete']
  13. ^contacto/$ [name='contacto']
  14. ^newsletter/$ [name='newsletter']
  15. ^gracias/$ [name='gracias']
  16. ^robots\.txt$
  17. ^sitemap\.xml$
  18. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  19. ^_util/login/$ [name='wagtailcore_login']
  20. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  21. ^static\/(?P<path>.*)$
  22. ^media\/(?P<path>.*)$

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