Page not found (404)

Request Method: GET
Request URL: http://kooplex-fiek.elte.hu/accounts/login/?next=/hub/report/newreport

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

  1. ^admin/
  2. ^hub/status/ [name='status']
  3. ^hub/logout/ [name='do_logout']
  4. ^hub/mock/
  5. ^hub/oauth/
  6. ^hub/project/
  7. ^hub/report/
  8. ^hub/education/
  9. ^hub/assignment/
  10. ^hub/container/
  11. ^hub/volume/
  12. ^hub/service/
  13. ^hub/user/
  14. ^hub/manual/
  15. ^hub/? [name='indexpage']
  16. ^accounts/logout/ [name='logout']

The current path, accounts/login/, 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.