Page not found (404)

Request Method: GET
Request URL: http://localhost:4002/contact

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

  1. api/
  2. admin/
  3. api/s3-upload/
  4. tinymce/
  5. calculator/
  6. privacy/
  7. shorter/
  8. [name='site.index']
  9. support [name='site.support']
  10. share [name='site.share']

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