Page not found (404)

Request Method: GET
Request URL: http://studiosimionato.com/contactus

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

  1. admin/
  2. about
  3. contact
  4. workwithus [name='workwithus']
  5. sealguard/usermanual [name='sealguardusermanual']
  6. sealguard/info [name='sealguardinfo']
  7. projectman/
  8. accounts/login/
  9. accounts/
  10. captcha/
  11. selectable/
  12. ^media/(?P<path>.*)$

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