Page not found (404)

Request Method: GET
Request URL: https://cmp.naks.ru/stages-centers/None

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

  1. admin/
  2. seminar/register/ [name='seminar_register']
  3. ckeditor/
  4. captcha/
  5. publications/
  6. rsps-conf/
  7. ^media/(?P<path>.*)$
  8. [name='index']
  9. part_form/
  10. about-competition-organizers/ [name='about-competition-organizers']
  11. about-structure/ [name='about-structure']
  12. about-orgcommitee/ [name='about-orgcommitee']
  13. about-goals/ [name='about-goals']
  14. about-docs/ [name='about-docs']
  15. about-nominations/ [name='about-nominations']
  16. history-def2021/ [name='history-def2021']
  17. history-def2022/ [name='history-def2022']
  18. stages-centers/ [name='stages-centers']
  19. stages-rules/ [name='stages-rules']
  20. stages-requirements/ [name='stages-requirements']
  21. final-stage-place/ [name='final-stage-place']
  22. final-stage-selection/ [name='final-stage-selection']
  23. final-stage-requirements/ [name='final-stage-requirements']
  24. final-stage-rules/ [name='final-stage-rules']
  25. sponsorship/ [name='sponsorship']
  26. users/
  27. news/ [name='news']
  28. news-detail/ [name='news-detail']
  29. structure/ [name='structure']
  30. stages/ [name='stages']
  31. final-stage/ [name='final-stage']
  32. memb-info/ [name='memb-info']
  33. gallery/ [name='gallery']
  34. members/ [name='members']
  35. member-detail/ [name='member-detail']
  36. final-stage-organizers/ [name='final-stage-organizers']
  37. organizer-detail/ [name='organizer-detail']
  38. sponsors/ [name='sponsors']
  39. sponsor-detail/ [name='sponsor-detail']
  40. spon-info/ [name='spon-info']
  41. contacts/ [name='contacts']
  42. authorization/ [name='authorization']
  43. profile/ [name='profile']

The current path, stages-centers/None, 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.