Using the URLconf defined in novyny_live.hostsconf.category_subdomain_urls,
Django tried these URL patterns, in this order:
-
post/<int:post_id>/add_view/
[name=”add_view_to_post”] -
posts/<int:post_id>/related_by_tag/
[name=”related_by_tag_posts”] -
sitemap_index.xml
[name=”sitemap-index”] -
sitemap-uk.xml
[name=”current-month-sitemap-uk”] -
sitemap-ru.xml
[name=”current-month-sitemap-ru”] -
new-sitemap-uk.xml
[name=”news-sitemap-uk”] -
new-sitemap-ru.xml
[name=”news-sitemap-ru”] -
google_news_uk.xml
[name=”google-news-sitemap-uk”] -
google_news_ru.xml
[name=”google-news-sitemap-ru”] -
sitemap_top-uk.xml
[name=”top-sitemap-uk”] -
sitemap_top-ru.xml
[name=”top-sitemap-ru”] -
<int:category_id>/load-posts/
[name=”category_load_posts”] -
<int:category_id>/parent-load-posts/
[name=”parent_category_load_posts”] -
<int:category_id>/posts_by_tag/
[name=”category_posts_by_tag”] -
<int:category_id>/parent_posts_by_tag/
[name=”parent_category_posts_by_tag”] -
<int:category_id>/posts_by_subcategory/
[name=”category_posts_by_subcategory”] -
robots.txt
[name=”parent_category_robots_file”] -
next_post/<int:main_post_id>/
[name=”get_next_post”] -
load-posts/
[name=”load_posts”] -
sitemap
[name=”subdomain_sitemap_html”] -
sitemap/<int:year>/
[name=”subdomain_sitemap_html_year”] -
sitemap/<int:year>/<int:month>/
[name=”subdomain_sitemap_html_month”] -
sitemap/<int:year>/<int:month>/<int:day>/
[name=”subdomain_sitemap_html_day”] -
[name=”category”]
-
sitemap_archive_index.xml
[name=”archive-sitemap-index”] -
sitemap/<str:lang>/<int:year>-<int:month>.xml.gz
[name=”sitemap-month-lang”] -
sitemap/<str:lang>/<int:year>-<int:month>_p<int:page>.xml.gz
[name=”sitemap-month-lang-page”] -
sitemap/<str:lang>/<int:year>.xml.gz
[name=”sitemap-year-lang”] -
sitemap/<str:lang>/<int:year>_p<int:page>.xml.gz
[name=”sitemap-year-lang-page”] -
sitemap/<str:lang>/<int:year>-<int:month>-week-<int:week>.xml.gz
[name=”sitemap-week-lang”] -
sitemap/<str:lang>/<int:year>-<int:month>-week-<int:week>_p<int:page>.xml.gz
[name=”sitemap-week-lang-page”] -
sitemap/<int:year>-<int:month>.xml.gz
[name=”sitemap-month”] -
sitemap/<int:year>-<int:month>_p<int:page>.xml.gz
[name=”sitemap-month-page”] -
sitemap/<int:year>.xml.gz
[name=”sitemap-year”] -
sitemap/<int:year>_p<int:page>.xml.gz
[name=”sitemap-year-page”] -
sitemap/<int:year>-<int:month>-week-<int:week>.xml.gz
[name=”sitemap-week”] -
sitemap/<int:year>-<int:month>-week-<int:week>_p<int:page>.xml.gz
[name=”sitemap-week-page”] -
<str:slug>-<int:pk>.html
[name=”post_red”]
The current path, u-kiievi-vidkrili-vistavku-pamiati-geroyiv-ilovaiskoyi-bitvi-342013.html,
matched the last one.
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.