Page not found (404)

No doc page found matching the query
Request Method: GET
Request URL: https://blawx.dev/docs/pages/rock_paper_scissors/
Raised by: blawx.views.DocumentView

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

  1. admin/
  2. accounts/
  3. accounts/login [name='login']
  4. accounts/logout [name='logout']
  5. accounts/password_change [name='password_change']
  6. accounts/password_change_done [name='password_change_done']
  7. [name='ruledocs']
  8. docs/<path:pk>/ [name='docs_page']

The current path, docs/pages/rock_paper_scissors/, matched the last one.

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.