Page not found (404)

Request Method: GET
Request URL: http://base-beauty.com/pages/contacts

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

  1. ^media/(?P<path>.*)$
  2. system/
  3. api/v1/
  4. api/v1/auth/
  5. api/v1/login
  6. api/v1/registration/
  7. verify-user/ [name='verify_user']
  8. robokassa/notification [name='freekassa_alert']
  9. [name='index']
  10. search [name='search']
  11. <location:location>/search [name='location_search']
  12. favorite [name='favorite']
  13. blog [name='post_list']
  14. blog/<post:post> [name='post']
  15. blog/<post_category:category> [name='post_category']
  16. pages/<page:page> [name='page']
  17. category/<category:category> [name='category']
  18. <metro_station:metro_station>/category/<category:category> [name='metro_station_category']
  19. <metro_station:metro_station> [name='metro_station']
  20. <location:location> [name='location']
  21. <location:location>/category/<category:category> [name='location_category']
  22. offer/<offer:offer> [name='offer']
  23. <account:account> [name='account']
  24. <file_name:file> [name='file']
  25. sitemap.html [name='sitemap_html']
  26. sitemap.xml
  27. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']

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