Page not found (404)

Request Method: GET
Request URL: https://www.asia-directories.org/focal/project/curated2.html

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

  1. focal/ [name='index']
  2. focal/ discover/ [name='discover']
  3. focal/ studies/ [name='studies']
  4. focal/ info/ [name='info']
  5. focal/ simplesearch/ [name='simple_search']
  6. focal/ search/ [name='search']
  7. focal/ project/ [name='project']
  8. focal/ contact/ [name='contact']
  9. focal/ download/<str:entry_id>/ [name='download_entry']
  10. ndr_core_api/
  11. admin/

The current path, focal/project/curated2.html, 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.