Page not found (404)

Request Method: GET
Request URL: https://investore.club/o-nas/about.php

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

  1. grappelli/
  2. admin/
  3. [name='cart_list']
  4. how_it_work/ [name='how_it_work']
  5. how_it_work_1/ [name='how_it_work_1']
  6. how_it_work_2/ [name='how_it_work_2']
  7. how_invest/ [name='how_invest']
  8. about/ [name='about']
  9. advantages/ [name='advantages']
  10. rules/ [name='rules']
  11. DOR/ [name='decloration_of_risks']
  12. kval_invest/ [name='kval_invest']
  13. resurses/ [name='resurses_view']
  14. platforms_docs/ [name='platforms_docs']
  15. disclosure/ [name='disclosure_docs']
  16. docs_form/ [name='docs_form']
  17. subscribe/ [name='subscribe']
  18. [name='yandex']
  19. ^media\/(?P<path>.*)$
  20. ^static\/(?P<path>.*)$
  21. blog/
  22. faq/
  23. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  24. ckeditor5/
  25. subscribe/
  26. robots.txt
  27. ^static\/(?P<path>.*)$

The current path, o-nas/about.php, 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.