Page not found (404)

Request Method: GET
Request URL: http://www.acupb.com/testimonials

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

  1. subscribe [name='subscribe']
  2. register/ [name='register-url-name']
  3. login [name='login-url-name']
  4. logout [name='logout-url-name']
  5. profile/<username> [name='profile']
  6. activate/<uidb64>/<token> [name='activate-url-name']
  7. password_change [name='password_change']
  8. password_reset [name='password-reset-url-name']
  9. reset/<uidb64>/<token> [name='password_reset_confirm']
  10. [name='home-url-name']
  11. about/ [name='about-url-name']
  12. practitioners/ [name='practitioners-url-name']
  13. services/ [name='services-url-name']
  14. specialties/ [name='specialties-url-name']
  15. fertility/ [name='fertility-url-name']
  16. FAQ/ [name='faq-url-name']
  17. contact/ [name='contact-url-name']
  18. success/ [name='success-url-name']
  19. cancellation/ [name='cancellation-policy-url-name']
  20. privacypolicy/ [name='privacy-policy-url-name']
  21. underconstruction/ [name='underconstruction-page-url-name']
  22. admin/
  23. tinymce/
  24. blog/
  25. ^media/(?P<path>.*)$

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