Page not found (404)

Request Method: GET
Request URL: https://www.sketchframer.net/Sketchframer/plugin/uruframe_sketchframer_v0.1.2.rbz

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

  1. test_page [name='test_page']
  2. test_page_ajax [name='test_page_ajax']
  3. [name='index']
  4. debug_info [name='debug_info']
  5. ajax/get_cutlist [name='get_cutlist']
  6. add_custom_project [name='add_custom_project']
  7. user/projects [name='projects']
  8. project/<int:pk>/ [name='project_index']
  9. project/<int:pk>/companies [name='project_companies']
  10. project/<int:pk>/framing_report [name='framing_report']
  11. project/<int:pk>/panel_list [name='panel_list']
  12. company/update [name='company_update']
  13. company/defaults [name='company_defaults']
  14. company/add_custom_quote [name='add_cutom_quote']
  15. user/add_quote [name='add_quote']
  16. quote/<int:pk>/ [name='quote_index']
  17. quote/archive/<int:pk>/ [name='archive_quote']
  18. quote/unarchive/<int:pk>/ [name='unarchive_quote']
  19. quote/delete/<int:pk>/ [name='delete_quote']
  20. user/quotes [name='quotes']
  21. ajax/get_prices [name='get_prices']
  22. ajax/get_quote_details [name='get_quote_details']
  23. ajax/get_prices_for_custom_quotes [name='get_prices']
  24. quote/get_custom_quote_pdf [name='get_custom_pdf']
  25. quote/download_quote_pdf [name='download_quote_pdf']
  26. quote/view_cutlist_pdf [name='view_cutlist_pdf']
  27. quote/view_cutlist_csv [name='view_cutlist_csv']
  28. superuser/quotes [name='superuser_quotes']
  29. superuser/quote/<int:pk>/ [name='superuser_quote']
  30. project/nc_file/<int:pk>/ [name='nc_file_generator']
  31. ajax/nc_file_generation [name='nc_file_generation']
  32. ^media/(?P<path>.*)$
  33. ^tutorials/(?P<path>.*)$
  34. register_user [name='register']
  35. user/<int:pk>/add_provider [name='add_provider']
  36. activate/<uidb64>/<token>/ [name='activate']
  37. resend_activation_link/<uidb64>/ [name='resend_activation_link']
  38. register_company [name='register_company']
  39. unsubscribe/ [name='unsubscribe']
  40. accounts/update [name='user_update']
  41. accounts/login/ [name='login']
  42. accounts/password/ [name='change_password']
  43. accounts/password_reset [name='password_reset']
  44. accounts/password_reset/done [name='password_reset_done']
  45. accounts/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  46. accounts/reset/done [name='password_reset_complete']
  47. api/add_project [name='add_project']
  48. api/upload_new_project [name='upload_new_project']
  49. api/newest_version [name='get_newest_version']
  50. api/file_export [name='file_export']
  51. superuser/company_confirmation/<int:pk>/ [name='company_confirmation']
  52. superuser/global_company [name='global_company']
  53. superuser/enable_global_company/<int:pk>/ [name='enable_global_company']
  54. superuser/disable_global_company/<int:pk>/ [name='disable_global_company']
  55. superuser/all_projects [name='all_projects']
  56. superuser/nc_file_settings [name='nc_file_settings']
  57. superuser/report/nc_files [name='report_nc_files']
  58. superuser/report/cutlist [name='report_cutlists']
  59. superuser/report/users [name='report_users']
  60. superuser/report/user_details/<int:user_id>/ [name='user_profile']
  61. superuser/show_panels_json/<int:pk>/ [name='show_panels_json']
  62. ^media/(?P<path>.*)$
  63. project/<int:pk>/factory/index [name='factory_index']
  64. project/<int:pk>/factory/paypal_payment_complete [name='paypal_payment_complete']
  65. project/<int:pk>/factory/payment_successful [name='payment_successful']
  66. project/<int:pk>/factory/payment_cancel [name='payment_cancel']
  67. project/<int:pk>/factory/payment_error [name='payment_error']
  68. admin/
  69. login/ [name='login']
  70. logout/ [name='logout']
  71. password_change/ [name='password_change']
  72. password_change/done/ [name='password_change_done']
  73. password_reset/ [name='password_reset']
  74. password_reset/done/ [name='password_reset_done']
  75. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  76. reset/done/ [name='password_reset_complete']
  77. i18n/

The current path, Sketchframer/plugin/uruframe_sketchframer_v0.1.2.rbz, 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.