Page not found (404)

Request Method: GET
Request URL: https://ifooddjango/signup/

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

  1. admin/
  2. [name='home']
  3. service/ [name='service']
  4. personal/ [name='personal']
  5. partnership/ [name='partnership']
  6. service_term/ [name='service_term']
  7. service_term/<str:date> [name='service_term_select']
  8. user_policy/ [name='user_policy']
  9. privacy_term/ [name='privacy_term']
  10. privacy_term/<str:date> [name='privacy_term_select']
  11. FAQ/filter/<str:category>/ [name='FAQ_ajax']
  12. FAQ/<str:category>/ [name='FAQ']
  13. notice/ [name='notice']
  14. marketing_term/ [name='marketing_term']
  15. consignment/ [name='consignment']
  16. healthinfo/ [name='healthinfo']
  17. privacyCE/ [name='privacyCE']
  18. opensource/ [name='opensource']
  19. swagger<str:format> [name='schema-json']
  20. swagger/ [name='schema-swagger-ui']
  21. docs/ [name='schema-redoc']
  22. api/auth/sms [name='sms-api']
  23. api/auth/login [name='login-status']
  24. api/auth/refresh-token [name='refresh-token']
  25. api/auth/verify-token [name='verify-token']
  26. api/banner [name='banner']
  27. api/bmi-underweight [name='underweight-or-not']
  28. api/bootpay/identity [name='bootpay-identity']
  29. api/bootpay/identity/v2 [name='bootpay-identity']
  30. api/customer [name='customer-info']
  31. api/customer/badge [name='badge-list']
  32. api/customer/dish [name='customer-customized-dish']
  33. api/customer/dish/genre [name='customer-customized-filter-dish']
  34. api/customer/food [name='customer-survey-recommend']
  35. api/customer/food/list [name='customer-survey-recommend-list']
  36. api/customer/food/list/other/<str:content_id> [name='customer-survey-recommend-list-other']
  37. api/customer/icon [name='customer-icon']
  38. api/customer/journey [name='journey-list']
  39. api/customer/pass [name='customer-is-pass']
  40. api/survey/customer [name='customer-survey']
  41. api/survey/customer/detail [name='customer-detail-survey']
  42. api/survey/customer/health-goal [name='customer-survey-healthgoal']
  43. api/survey/customer/info [name='customer-survey-info']
  44. api/survey/kid [name='kid-survey']
  45. api/survey/kid/health-goal [name='kid-survey-healthgoal']
  46. api/survey/kid/report [name='kid-survey-report']
  47. api/survey/kid/save [name='kid-survey-save']
  48. api/dish/<str:pk> [name='dish-detail']
  49. api/dish/ingredient/<str:pk> [name='dish-ingredient']
  50. api/dish/recipe/<str:pk> [name='dish-recipe']
  51. api/food/<str:food_id> [name='food-detail']
  52. api/kid/age [name='kid-age']
  53. api/kid/average [name='kid-average']
  54. api/kid/dish [name='kid-customized-dish']
  55. api/kid/dish/genre [name='kid-customized-filter-dish']
  56. api/pick/kid [name='pick-list']
  57. api/pick/customer [name='pick-list-adult']
  58. api/profile/kid [name='profile-kid']
  59. api/profile/kid/<str:pk> [name='profile-kid-delete']
  60. api/profile/like [name='profile-like-list']
  61. api/profile/pick/kid [name='profile-pick-list']
  62. api/profile/pick/customer [name='profile-pick-list-adult']
  63. api/pass/search [name='pass-search']
  64. api/report/kid [name='kid-report']
  65. api/report/kid/detail [name='kid-report-detail']
  66. api/report/customer [name='customer-health-report']
  67. api/search/main [name='search-main']
  68. api/search [name='search']
  69. api/search/record [name='search-record']
  70. api/share [name='share']
  71. api/settings/question [name='question']
  72. api/settings/drop [name='drop_out']
  73. api/settings/version [name='app_version']
  74. api/social/login [name='social-login']
  75. api/social/signup [name='social-signup']
  76. api/user [name='user-signup']
  77. api/user/verify [name='user-check']
  78. api/user/password [name='user-password']
  79. api/user/verify-password [name='user-password']
  80. api/user/pass-info [name='user-pass-info-patch']
  81. bootpay/ [name='bootpay']
  82. bootpayfinish/ [name='bootpayfinish']
  83. ^media/(?P<path>.*)$
  84. ^static/(?P<path>.*)$
  85. danal/
  86. api-auth/
  87. ^media/(?P<path>.*)$

The current path, signup/, 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.