Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8000/private/wuk/

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

  1. mailman3/
  2. archives/
  3. ^user-profile/delete$ [name='mm_user_account_delete']
  4. ^user-profile/$ [name='mm_user_profile']
  5. accounts/
  6. admin/

The current path, private/wuk/, 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.