Page not found (404)

Request Method: GET
Request URL: http://comfortservice.pro/contacts

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

  1. [name='index']
  2. mont/ [name='mont']
  3. mkd/<int:pk>/ [name='mkd']
  4. admin/
  5. vk_news/ [name='vk_news_list']
  6. news/ [name='news_list']
  7. rss/ [name='rss']
  8. news/tags/<slug:slug>/ [name='news-tag-list']
  9. info/ [name='info']
  10. counters/ [name='counters']
  11. msgs/ [name='messages']
  12. msgs/delete/<pk> [name='msg_delete']
  13. msgs/approved/<pk> [name='msg_approve']
  14. ckeditor
  15. robots.txt [name='robots.txt']
  16. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

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