Page not found (404)

Request Method: GET
Request URL: http://ttnr.qprf.de/ccs_mediawiki28/index.php/User:CurtCopland6

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

  1. ^apis/
  2. ^api-auth/
  3. entity/<int:pk>/ [name='GetEntityGenericRoot']
  4. ^admin/
  5. ^info/
  6. ^ ^favicon\.ico$
  7. ^ ^imprint [name='imprint']
  8. ^ ^$ [name='start']
  9. ^ ^accounts/login/$ [name='user_login']
  10. ^ ^logout/$ [name='user_logout']
  11. ^ ^set_user_settings/$ [name='set_user_settings']
  12. ^ ^project-info/$ [name='project_info']
  13. ^ ^(?P<template>[\w-]+)/$ [name='staticpage']

The current path, ccs_mediawiki28/index.php/User:CurtCopland6, 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.