Page not found (404)

Request Method: GET
Request URL: https://dev.mobytrip.com/accounts/sign_up/?next=/hotel/144712/

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

  1. maplibre/
  2. swagger/ [name='schema-swagger-ui']
  3. accounts/ signup/ [name='account_signup']
  4. accounts/ login/ [name='account_login']
  5. accounts/ logout/ [name='account_logout']
  6. accounts/ password/change/ [name='account_change_password']
  7. accounts/ password/set/ [name='account_set_password']
  8. accounts/ inactive/ [name='account_inactive']
  9. accounts/ email/ [name='account_email']
  10. accounts/ confirm-email/ [name='account_email_verification_sent']
  11. accounts/ ^confirm-email/(?P<key>[-:\w]+)/$ [name='account_confirm_email']
  12. accounts/ password/reset/ [name='account_reset_password']
  13. accounts/ password/reset/done/ [name='account_reset_password_done']
  14. accounts/ ^password/reset/key/(?P<uidb36>[0-9A-Za-z]+)-(?P<key>.+)/$ [name='account_reset_password_from_key']
  15. accounts/ password/reset/key/done/ [name='account_reset_password_from_key_done']
  16. accounts/ social/
  17. accounts/ facebook/
  18. accounts/ facebook/login/token/ [name='facebook_login_by_token']
  19. accounts/ google/
  20. admin/
  21. robots.txt
  22. sitemap.xml [name='static_sitemaps_index']
  23. ^(?P<section>sitemap-.+)\.xml$
  24. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  25. apis/
  26. seo/
  27. about-us/ [name='about-us']
  28. terms/<str:item> [name='terms-services']
  29. privacy-policy/ [name='privacy-policy']
  30. [name='home']
  31. map/ [name='map-srp']
  32. search/<str:item1> [name='canonical-details']
  33. search/<str:item1>/<str:item2> [name='canonical-details']
  34. search/<str:item1>/<str:item2>/<str:item3> [name='canonical-details']
  35. search/<str:item1>/<str:item2>/<str:item3>/<str:item4> [name='canonical-details']
  36. search/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5> [name='canonical-details']
  37. search/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6> [name='canonical-details']
  38. search/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6>/<str:item7> [name='canonical-details']
  39. search/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6>/<str:item7>/<str:item8> [name='canonical-details']
  40. search/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6>/<str:item7>/<str:item8>/<str:item9> [name='canonical-details']
  41. search/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6>/<str:item7>/<str:item8>/<str:item9>/<str:item10> [name='canonical-details']
  42. search/ [name='search']
  43. destinations/search/ [name='destinations-search']
  44. hotel/<int:pk>/ [name='detail']
  45. hotel/<str:item1>/<str:item2> [name='canonical-details']
  46. hotel/<str:item1>/<str:item2>/<str:item3> [name='canonical-details']
  47. hotel/<str:item1>/<str:item2>/<str:item3>/<str:item4> [name='canonical-details']
  48. hotel/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5> [name='canonical-details']
  49. hotel/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6> [name='canonical-details']
  50. hotel/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6>/<str:item7> [name='canonical-details']
  51. hotel/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6>/<str:item7>/<str:item8> [name='canonical-details']
  52. hotel/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6>/<str:item7>/<str:item8>/<str:item9> [name='canonical-details']
  53. hotel/<str:item1>/<str:item2>/<str:item3>/<str:item4>/<str:item5>/<str:item6>/<str:item7>/<str:item8>/<str:item9>/<str:item10> [name='canonical-details']
  54. landing/<int:pk>/ [name='landing-hotel']
  55. country/ [name='country']
  56. sitemaps/ [name='sitemap']
  57. sitemaps/regions/<int:pk>/ [name='sitemap-regions']
  58. sitemaps/regions/ [name='sitemap-regions']
  59. bookings/
  60. auth/
  61. logs/
  62. users/
  63. webhooks/
  64. t/
  65. stripe/
  66. ^media/(?P<path>.*)$
  67. ^static/(?P<path>.*)$

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