Page not found (404)

Request Method: GET
Request URL: http://www.medicinskyportal.sk/main/stream/

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

  1. admin/
  2. accounts/
  3. main/ ad_test/ [name='ad_test']
  4. main/ ad_tests/ [name='ad_tests']
  5. main/ streams/ [name='streams']
  6. main/ models_3d/ [name='models_3d']
  7. main/ model_3d_viewer/ [name='model_3d_viewer']
  8. main/ [name='main_view']
  9. main/ assistant_api/ [name='assistant_api']
  10. general_public/
  11. [name='initial_splitter']
  12. editor/ [name='editor']
  13. editflow/ [name='editflow']
  14. editflow/<slug:article_slug>/ [name='editflow_article']
  15. api/editflow/upload-image/ [name='api_upload_image']
  16. api/editflow/list-themes/ [name='api_list_themes']
  17. api/editflow/publish/ [name='api_publish_article']
  18. api/editflow/load-article/<slug:slug> [name='api_load_article']
  19. api/editflow/verify-article-title/ [name='api_verify_article_title']
  20. api/editflow/load-all-articles-info/ [name='api_load_all_articles_info']
  21. api/editflow/get-article-infos-from-theme/<str:type>/<slug:slug> [name='api_get_article_infos_from_theme']
  22. code_generator/ [name='code_generator']
  23. payments/ [name='payments']
  24. payment_complete_form/ [name='payment_complete_form']
  25. payment_response/ [name='payment_response']
  26. info/ [name='info']
  27. contact/ [name='contact']
  28. node_proxy/
  29. manual_javascript/ [name='manual_javascript']
  30. articles/<slug:article_slug> [name='article']
  31. tips/<slug:article_slug> [name='tips']
  32. recipes/<slug:article_slug> [name='recipes']
  33. clipcrafter/ [name='clipcrafter']
  34. api/clipcrafter/generate-clipcrafter-article-script/<slug:slug> [name='api_generate_clipcrafter_article_script']
  35. api/clipcrafter/generate-video [name='api_generate_video']
  36. ci/
  37. main/webinars/ [name='webinars']
  38. main/online_events/ [name='online_events']
  39. main/podcasts/ [name='podcasts']
  40. main/texts/ [name='texts']
  41. educational_material/ [name='educational_material']
  42. material_viewer/ [name='material_viewer']
  43. general_public/webinars/ [name='general_public_webinars']
  44. general_public/podcasts/ [name='general_public_podcasts']
  45. general_public/publications/ [name='general_publications_public']
  46. main/publications/ [name='main_publications']
  47. wip/ [name='wip']
  48. accounts/
  49. i18n/
  50. room/<str:room> [name='room']
  51. med_forms/
  52. emailing/
  53. ^static/(?P<path>.*)$

The current path, main/stream/, 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.