Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:2024/runStr/

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

  1. admin/
  2. [name='home']
  3. live_broadcast/ [name='livebroadcast']
  4. about/
  5. topb/
  6. contact/
  7. videos/
  8. news/
  9. supermedia/
  10. begushaya-stroka/
  11. captcha/

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