Page not found (404)

Request Method: GET
Request URL: http://betoncombat.com/faq

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

  1. ^$ [name='home']
  2. ^login/ [name='login']
  3. ^join/ [name='join']
  4. ^logout/ [name='logout']
  5. ^admin/
  6. ^odds/
  7. ^news/
  8. ^events/
  9. ^investing/
  10. ^predictions/
  11. ^bookmakers/
  12. ^testimonials/
  13. ^statistics/
  14. ^fantasy-mma/
  15. ^user-profile/
  16. ^consulting/
  17. ^login/ [name='login']
  18. ^ckeditor/
  19. ^about/$ [name='about']
  20. ^about/the-fund/$ [name='about_fund']
  21. ^about/advisory-board/$ [name='advisory_board']
  22. ^contact/$ [name='contact']
  23. ^career/$ [name='career']
  24. ^betting-guide/$ [name='betting_guide']
  25. ^learn/$ [name='learn']
  26. ^learn/roi/$ [name='roi']
  27. ^learn/become-a-student/$ [name='become_a_student']
  28. ^refer/$ [name='refer']
  29. ^affiliates/$ [name='affiliates']
  30. ^legal/$ [name='legal']
  31. ^accounts/
  32. ^refer/$ [name='refer']
  33. ^comments/
  34. ^payments/
  35. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  36. ^chat/
  37. ^static\/(?P<path>.*)$
  38. ^media\/(?P<path>.*)$

The current URL, faq, 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.