Page not found (404)

Request Method: GET
Request URL: http://bazgh.co.ession.com/mayday/

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

  1. myTools/
  2. local_new_year/
  3. local_new_year/admin/
  4. labor_day_2022/
  5. labor_day_2022/admin/
  6. ^uploadfile/(?P<path>.*)$

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