Page not found (404)

Request Method: GET
Request URL: https://pg.staging.ottu.dev/

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

  1. pgdmn/defender/
  2. pgdmndjango-rq/
  3. pgdmn/
  4. headers/
  5. pg/
  6. v1/pbl/card/
  7. v1/pbl/payment/
  8. v1/pbl/pg/
  9. v1/enc/
  10. session_security/
  11. checkout/
  12. i18n/
  13. 404/ [name='404']
  14. 500/ [name='500']

The empty path 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.