Page not found (404)

Request Method: GET
Request URL: http://yp.plab.fi/new-session/

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

  1. admin/
  2. [name='login_index']
  3. login/ [name='login_index']
  4. logout/ [name='logout']
  5. session-details/ [name='session_details']
  6. deleteuser/ [name='delete_user']
  7. info [name='infopage']
  8. privacy [name='privacypage']
  9. lataa [name='downloadgame']
  10. tasks/
  11. bmc/
  12. questionnaire/
  13. pricecalculator/
  14. saleschannel/
  15. competitorcustomer/
  16. marketingrocket/
  17. strengthcards/
  18. timeplanner/
  19. swot/
  20. api/
  21. api/
  22. api/
  23. api-auth/
  24. ^static/(?P<path>.*)$

The current path, new-session/, 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.