Page not found (404)

Request Method: GET
Request URL: http://scla.com/erp.html

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

  1. [name='index']
  2. land_form.html [name='land']
  3. top.html [name='top']
  4. empresa.html [name='empresa']
  5. equipe.html [name='equipe']
  6. servicos.html [name='servicos']
  7. admin/
  8. ^$ [name='api-root']
  9. ^\.(?P<format>[a-z0-9]+)/?$ [name='api-root']
  10. ^media\/(?P<path>.*)$

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