Page not found (404)

Request Method: GET
Request URL: https://farmshare.coop/application/utility/maintenance-mode.html

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

  1. farm_admin/
  2. rosetta/
  3. summernote/
  4. login/ [name='cas_ng_login']
  5. logout/ [name='cas_ng_logout']
  6. auth/callback [name='cas_ng_proxy_callback']
  7. cart/
  8. ru/

The current path, application/utility/maintenance-mode.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.