Page not found (404)

Request Method: GET
Request URL: https://pravdamuzika.com/novosti/

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

  1. admin/
  2. tinymce/
  3. api/search/<str:search_string>/ [name='api_search']
  4. media/list/ [name='media']
  5. artist/list/ [name='artists']
  6. artist/show/<int:artist_id>/ [name='artist_show']
  7. [name='home']
  8. artists/ [name='artist-list']
  9. artists/detail/ [name='artist-detail']
  10. concerts/ [name='concert_list']
  11. concert/show/<int:concert_id>/ [name='concert_show']
  12. news/show/<int:news_id>/ [name='news_show']
  13. release/show/<int:release_id>/ [name='release_show']
  14. releases/ [name='release-list']
  15. media/ [name='media-list']
  16. media/detail/ [name='media-detail']
  17. contacts/ [name='contacts']

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