Page not found (404)

Request Method: GET
Request URL: https://96d.ru/kak-prinimat-real-gains.aspx/
Raised by: core.views.textpage.FileContentView

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

  1. admin/
  2. api/
  3. cms/ [name='cms_page']
  4. cms/timestamp/ [name='timestamp_page']
  5. cms/files/<int:files_id>/ [name='files_item_page']
  6. [name='file_content_index']
  7. <str:url>/ [name='file_content']

The current path, kak-prinimat-real-gains.aspx/, matched the last one.

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.