Page not found (404)

Request Method: GET
Request URL: https://api.frontlyapp.com/demo/users/create/

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

  1. admin/
  2. login/ [name='knox_login']
  3. logout/ [name='knox_logout']
  4. logoutall/ [name='knox_logoutall']
  5. jwt_token/ [name='token_obtain_pair']
  6. jwt_token/refresh/ [name='token_refresh']
  7. ^admin_accounts/
  8. ^admin_login_session/
  9. ^google_auth/$
  10. ^reset_password/$
  11. ^forgot_password/$
  12. ^send_email/$
  13. ^referrals/$
  14. ^client_signup/$
  15. ^client_user_management/$
  16. ^client_user_magic_link/$
  17. ^internal_analytics/$
  18. ^app_load_actions/$
  19. ^api_configs/$
  20. ^pages/$
  21. ^page/
  22. ^publish_app/
  23. ^page_history/
  24. ^create_page/
  25. ^create_app/
  26. ^duplicate_page/
  27. ^permissions/
  28. ^add_stripe_account/
  29. ^verify_stripe_onboarding/
  30. ^create_private_checkout_session/
  31. ^create_public_checkout_session/
  32. ^validate_private_checkout_status/
  33. ^validate_public_checkout_status/
  34. ^client_user_config/$
  35. ^config/$
  36. ^anonymous_config/$
  37. ^signup/$
  38. ^waitlist/$
  39. ^domains/$
  40. ^stripe/auth/$
  41. ^stripe/subscription/$
  42. ^stripe/cancel/$
  43. ^stripe/remove/$
  44. ^stripe/session/$
  45. ^settings/$
  46. ^organization_settings/$
  47. ^sheet_management/$
  48. ^google_sheets_multi/$
  49. ^google_sheets/$
  50. ^google_sheets_anonymous/$
  51. ^google_sheets/auth/$
  52. ^demo/users/$
  53. ^demo/analytics/$
  54. ^model_record_details/$
  55. ^model_records/$
  56. ^model_records_bulk_update/$
  57. ^completion/$
  58. ^assets/$
  59. ^ai/structure/$
  60. ^ai/sample_data/$
  61. ^ai/finalize/$
  62. ^track_app_failure/$
  63. ^fake_ai_session/$
  64. ^model_details/$
  65. ^api_request/$
  66. ^models/$
  67. ^$

The current path, demo/users/create/, 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.