Page not found (404)

Request Method: GET
Request URL: https://thecapsula.ru/privacy

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

  1. admin/
  2. quest/
  3. user/
  4. workflow/
  5. stylecard/
  6. my/
  7. [name='home']
  8. index.html [name='main']
  9. online/ [name='main']
  10. online/index.html [name='main']
  11. new/ [name='main']
  12. new/index.html [name='main']
  13. return/ [name='return']
  14. return.html [name='return']
  15. online/return/ [name='return']
  16. online/return.html [name='return']
  17. new/return/ [name='return']
  18. new/return.html [name='return']
  19. gifts/
  20. promo/

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