Page not found (404)

Request Method: GET
Request URL: https://dreampro.kz/contacts

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

  1. ^static/(?P<path>.*)$
  2. ^media/(?P<path>.*)$
  3. root/
  4. google584f12774dfe7768.html
  5. cache_clear/
  6. [name='index']
  7. portfolio/ [name='portfolio']
  8. portfolio/<slug:service_name>/ [name='portfolio']
  9. project/<int:project_id>/ [name='project']
  10. service/<slug:name>/ [name='service']
  11. services/ [name='services']
  12. article/<slug:name>/ [name='article']
  13. articles/ [name='articles']
  14. articles/page/<int:num>/ [name='articles']
  15. articles/<slug:name>/ [name='articles']
  16. articles/<slug:name>/page/<int:num>/ [name='articles']
  17. about/ [name='about']
  18. contact/ [name='contact']
  19. feedback/ [name='contac_']
  20. admin/
  21. robots.txt
  22. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

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.