Page not found (404)

Request Method: GET
Request URL: http://ion.meteo-nso.ru/fcsource/12_2020-06-02%2011:11:29.527618.txt

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

  1. ^static/(?P<path>.*)$
  2. ^media/(?P<path>.*)$
  3. ^$ [name='home']
  4. ^main/$ [name='main']
  5. ^image/$ [name='image']
  6. ^table/$ [name='table']
  7. ^tablenew/$ [name='tablenew']
  8. ^review/$ [name='review']
  9. ^detail/$ [name='detail']
  10. ^ozone/$ [name='ozone']
  11. ^map/$ [name='map']
  12. ^fc/$ [name='fc']
  13. ^fci/$ [name='fci']
  14. ^fco/$ [name='fco']
  15. ^tv/$ [name='tv']
  16. ^tv1/$ [name='tv1']
  17. ^tv2/$ [name='tv2']
  18. ^tv3/$ [name='tv3']
  19. ^imageout/$ [name='imageout']
  20. ^estimate/$ [name='estimate']
  21. ^crit/$ [name='crit']
  22. ^about/$ [name='about']
  23. ^remark/$ [name='remark']
  24. ^links/$ [name='links']
  25. ^vnc/$ [name='vnc']
  26. ^xlsgen/$ [name='xlsgen']
  27. ^ionka-data/$ [name='ionkadata']
  28. ^ionogramm/$ [name='ionogramm']
  29. ^admin/
  30. ^login/$
  31. ^media/(?P<path>.*)$

The current URL, fcsource/12_2020-06-02 11:11:29.527618.txt, 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.