Page not found (404)

Request Method: GET
Request URL: https://www.gornyvozduh01.ru/about

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

  1. admin/
  2. contact/ [name='contact']
  3. gallery/ [name='gallery']
  4. the-rooms/ [name='rooms']
  5. the-rooms/standart-family-room/ [name='standart_rooms']
  6. the-rooms/lux-family-room/ [name='lux_rooms']
  7. about-us/ [name='about_us']
  8. pravila-prozhivania/ [name='pravila']
  9. photologue/
  10. ^media/(?P<path>.*)$
  11. ^static/(?P<path>.*)$

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