Page not found (404)

No User matches the given query.
Request Method: GET
Request URL: https://blawx.dev/6/code/
Raised by: blawx.views.RuleDocView

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']
  9. import/ [name='import']
  10. load_example/<slug:example_name>/ [name='load']
  11. <user>/<slug:rule>/ [name='ruledoc']

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