Page not found (404)

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

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

  1. pgdmn/defender/
  2. pgdmndjango-rq/
  3. pgdmn/password_reset/ [name='admin_password_reset']
  4. pgdmn/password_reset/done/ [name='password_reset_done']
  5. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  6. reset/done/ [name='password_reset_complete']
  7. pgdmn/
  8. headers/
  9. pg/
  10. v1/pbl/card/
  11. v1/pbl/payment/
  12. v1/pbl/pg/
  13. v1/enc/
  14. session_security/
  15. api/schema [name='schema']
  16. api/schema/swagger-ui [name='swagger-ui']
  17. api/schema/redoc [name='redoc']
  18. checkout/
  19. i18n/
  20. 404/ [name='404']
  21. 500/ [name='500']

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