Page not found (404)

Request Method: GET
Request URL: https://tmobile-2021-q2-booster.proboston.dev/osobni/podpora

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

  1. [name='homepage']
  2. save-game/ [name='save-game']
  3. admin/
  4. ^static/(?P<path>.*)$
  5. ^media/(?P<path>.*)$

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