Page not found (404)

Request Method: GET
Request URL: http://46.101.12.185/about-us

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

  1. ^$ [name='home']
  2. ^finish-setup/$ [name='closeWelcomeSlider']
  3. ^get_less.less$ [name='get_less']
  4. ^get_locales/$ [name='getLocales']
  5. ^communications/
  6. ^members/
  7. ^church/
  8. ^consolidation/
  9. ^social/
  10. ^groups/
  11. ^families/
  12. ^adminEngedy21072016/
  13. ^media/(?P<path>.*)$
  14. ^account/
  15. ^loadStyles/$ [name='loadStyles']
  16. ^comments/
  17. ^i18n/
  18. ^notification_feed/$ [name='notification_feed']
  19. ^terms/$
  20. ^terms_church/$
  21. ^privacy/$
  22. ^privacy_church/$
  23. ^cookies/$
  24. ^accept_terms/$
  25. ^accept_terms/church_privacy/$
  26. ^jsi18n/$ [name='javascript-catalog']
  27. ^search/$ [name='search']
  28. ^search/church/$ [name='search_church']
  29. ^billing/$ [name='billing']
  30. ^billing/update/$ [name='billing_update']
  31. ^billing/update_payment/$ [name='billing_change_payment']
  32. ^billing/tokenizec/$ [name='tokenize_card']
  33. ^plan/upgrade/$ [name='upgrade_plan']
  34. ^plan/upgrade/cancel/$ [name='upgrade_plan_cancel']
  35. ^plan/upgrade/success/$ [name='upgrade_plan_success']
  36. ^plan/upgrade/(?P<plan>.*)/$ [name='upgrade_checkout']
  37. ^plan/cancel/$ [name='upgrade_checkout']
  38. ^stripe/
  39. ^(?P<url>\w+)/$ [name='getUrl']
  40. ^(?P<url>\w+)/join/$
  41. ^static/(?P<path>.*)$
  42. ^manifest\.json(?P<path>.*)$
  43. ^OneSignalSDKWorker\.js(?P<path>.*)$
  44. ^OneSignalSDKUpdaterWorker\.js(?P<path>.*)$

The current path, about-us, 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.