Page not found (404)

Request Method: GET
Request URL: http://gradvine.com/learn-more

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

  1. ^__debug__/
  2. ^nested_admin/
  3. admin/
  4. test/
  5. services/
  6. login/
  7. about/
  8. contact/
  9. landing/ [name='adform-detail']
  10. thankyou/
  11. thankyous/
  12. calendly/ [name='calendly']
  13. privacy/
  14. 404/
  15. refund/
  16. terms/
  17. testimonials/ [name='testimonials-detail']
  18. mentors/ [name='mentorlist']
  19. mdetail/<pk>/ [name='mentor-details']
  20. blog/ [name='blog-list']
  21. blog/<int:pk> [name='blog-detail']
  22. s/retrieve-calls/<date>/
  23. s/dashboards/ [name='student-dashboard']
  24. s/update-calls/ [name='update-calls']
  25. s/update-profiles/ [name='update-profile']
  26. s/update-universities/ [name='update-universities']
  27. s/update-checklist/ [name='update-checklist']
  28. m/dashboards/ [name='mentor-dashboard']
  29. m/checklists/<pk>/ [name='mentor-checklist']
  30. m/update-checklist/ [name='mentor-update-checklist']
  31. subscribe/ [name='subscribe']
  32. mentor-signup/ [name='mentor-signup']
  33. schedule-a-call/ [name='schedule-a-call']
  34. payment-link/ [name='payment']
  35. api/
  36. ^accounts/
  37. ^hijack/

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