Page not found (404)

Request Method: GET
Request URL: https://ril.royalcapitalbd.com/page/archive.aspx

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

  1. dj_admin/
  2. api/
  3. [name='Home']
  4. ReportFundamental/
  5. ReportTechnical/
  6. ReportFundamental/<id> [name='FundamentalReports']
  7. ReportTechnical/<id> [name='TechnicalReports']
  8. LatestReport/ [name='Latest_Data']
  9. archive/ [name='Archive_Data']
  10. admin/
  11. ^media/(?P<path>.*)$
  12. ^static/(?P<path>.*)$

The current path, page/archive.aspx, 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.