Page not found (404)

Request Method: GET
Request URL: https://angagement.info/tickets/step1

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

  1. admin/
  2. ckeditor/
  3. [name='home']
  4. api/
  5. page/<slug:slug>/ [name='page']
  6. repertoires [name='repertoires']
  7. announcement/<int:pk>/ [name='announcement']
  8. announcements/ [name='announcements']
  9. announcements/<int:year>/ [name='announcements']
  10. announcements/<int:year>/<int:month>/ [name='announcements']
  11. media-material/<int:pk>/ [name='media_material']
  12. media-materials/ [name='media_materials']
  13. media-materials/<int:year>/ [name='media_materials']
  14. media-materials/<int:year>/<int:month>/ [name='media_materials']
  15. history/theater/ [name='history_theater']
  16. history/zagoruyko/ [name='history_zagoruyko']
  17. history/festivals/ [name='history_festivals']
  18. theater/scene-and-halls/ [name='scene_and_halls']
  19. projects [name='projects']
  20. people/actor-house/ [name='actor_house']
  21. people/in-cinema/ [name='people_in_cinema']
  22. people/founders/ [name='founders']
  23. people/std/ [name='std']
  24. people/friends-and-patrons/ [name='friends_and_patrons']
  25. contacts/ [name='contacts']
  26. documents/ [name='documents']
  27. person/<int:pk>/ [name='person']
  28. performance/<int:pk>/ [name='performance']
  29. troupe/ [name='troupe']
  30. producers/ [name='producers']
  31. schedule/future/ [name='schedule']
  32. schedule/<int:year>/ [name='schedule']
  33. performances/old/ [name='old_performances']
  34. not-found/ [name='not_found']
  35. ^media\/(?P<path>.*)$

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