Page not found (404)

Request Method: GET
Request URL: https://publicreg.myafsa.com/license_details/AFSA-A-LA-2021-0012/

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

  1. admin
  2. favicon.ico
  3. [name='index']
  4. roc/ [name='roc']
  5. sps/ [name='sps']
  6. authorised/ [name='authorised']
  7. authorised_mi/ [name='authorised_mi']
  8. ancillary/ [name='ancillary']
  9. rnam/ [name='rnam']
  10. fintech/ [name='fintech']
  11. dasp/ [name='dasp']
  12. liquidators/ [name='liquidators']
  13. disqualified/ [name='disqualified']
  14. details/<str:bin_number>/ [name='details']
  15. affilation/<int:id> [name='affilation']
  16. management/ [name='management']
  17. edit_liquidators/ [name='edit_liquidators']
  18. clients_management/ [name='clients_management']
  19. auth/
  20. choose/ [name='choose']
  21. add/ [name='add']
  22. choose_role/<str:bin_number>/ [name='choose_role']
  23. post_role/<str:bin_number>/ [name='post_role']
  24. update_role/<str:bin_number>/<int:pk> [name='update_role']
  25. delete_role/<str:bin_number>/<int:pk> [name='delete_role']
  26. licence_details/<str:license_number>/ [name='license_details']
  27. org_details/<str:org_name>/ [name='org_details']
  28. person_details/<str:pers_name>/ [name='person_details']
  29. edit/<str:bin_number>/ [name='edit']
  30. post_name/<str:bin_number>/ [name='post_name']
  31. update_name/<str:bin_number>/<int:pk> [name='update_name']
  32. delete_name/<str:bin_number>/<int:pk> [name='delete_name']
  33. post_address/<str:bin_number>/ [name='post_address']
  34. update_address/<str:bin_number>/<int:pk> [name='update_address']
  35. delete_address/<str:bin_number>/<int:pk> [name='delete_address']
  36. post_activity/<str:bin_number>/ [name='post_activity']
  37. delete_activity/<str:bin_number>/<int:pk> [name='delete_activity']
  38. post_share_class/<str:bin_number>/ [name='post_share_class']
  39. update_share_class/<str:bin_number>/<int:pk> [name='update_share_class']
  40. delete_share_class/<str:bin_number>/<int:pk> [name='delete_share_class']
  41. choose_shareholder/<str:bin_number>/ [name='choose_shareholder']
  42. post_shareholder/<str:bin_number>/ [name='post_shareholder']
  43. update_shareholder/<str:bin_number>/<int:pk> [name='update_shareholder']
  44. delete_shareholder/<str:bin_number>/<int:pk> [name='delete_shareholder']
  45. post_contribution/<str:bin_number>/ [name='post_contribution']
  46. update_contribution/<str:bin_number>/<int:pk> [name='update_contribution']
  47. delete_contribution/<str:bin_number>/<int:pk> [name='delete_contribution']
  48. choose_license/<str:bin_number>/ [name='choose_license']
  49. post_license/<str:bin_number>/ [name='post_license']
  50. update_license/<str:bin_number>/<int:pk> [name='update_license']
  51. delete_license/<str:bin_number>/<int:pk> [name='delete_license']
  52. change_ra_order/<str:bin_number>/<int:pk> [name='change_ra_order']
  53. change_ba_order/<str:bin_number>/<int:pk> [name='change_ba_order']
  54. choose_authorised/<str:bin_number>/ [name='choose_authorised']
  55. post_authorised/<str:bin_number>/ [name='post_authorised']
  56. update_authorised/<str:bin_number>/<int:pk> [name='update_authorised']
  57. delete_authorised/<str:bin_number>/<int:pk> [name='delete_authorised']
  58. post_site/<str:bin_number>/ [name='post_site']
  59. update_site/<str:bin_number>/<int:pk> [name='update_site']
  60. delete_site/<str:bin_number>/<int:pk> [name='delete_site']
  61. post_change/<str:bin_number>/ [name='post_change']
  62. update_change/<str:bin_number>/<int:pk> [name='update_change']
  63. delete_change/<str:bin_number>/<int:pk> [name='delete_change']
  64. choose_liq/ [name='choose_liq']
  65. post_liq/ [name='post_liq']
  66. update_liq/<int:pk> [name='update_liq']
  67. delete_liq/<int:pk> [name='delete_liq']
  68. choose_pdf/ [name='choose_pdf']
  69. pdf/ [name='pdf']
  70. export_file/ [name='export_file']
  71. export_management_file/ [name='export_management_file']
  72. CRM_export/ [name='CRM_export']
  73. CRM_export_file/ [name='CRM_export_file']
  74. ^api/companies_list/(?P<org_form>.+)/$ [name='specific_companies_list']
  75. ^api/v1/reg_type/(?P<reg_type>\w+)/$ [name='reg_type']
  76. ^api/v1/reg_type/(?P<reg_type>\w+)/(?P<lic_status>.+)/$ [name='lic_status']
  77. ^api/companies_search/(?P<pattern>.+)/$ [name='specific_companies_search']
  78. ^api/v1/site_search/(?P<pattern>.+)/$ [name='specific_site_search']
  79. api/companies_list/ [name='companies_list']
  80. api/disqualified_list/ [name='disqualified_list']
  81. ^api/(?:v1/)?company_data/(?P<bin_number>.+)/$ [name='company_data']
  82. ^api/(?:v1/)?site_list/$ [name='site_list']
  83. api/put_registered/ [name='put_registered']
  84. api/put_recognised/ [name='put_recognised']
  85. api/count_statistics/ [name='count_statistics']
  86. i18n/
  87. api/put_documents/ [name='put_documents']
  88. api/get_folder_content/ [name='get_folder_content']
  89. post_capital/<str:capital_type>/<str:bin_number>/ [name='post_share_capital_to_crm']

The current path, license_details/AFSA-A-LA-2021-0012/, 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.