Page not found (404)

Request Method: GET
Request URL: https://advok8.life/faq/

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

  1. date [name='date']
  2. home [name='home']
  3. [name='home']
  4. signup [name='signup']
  5. signup/<pid>/ [name='signup']
  6. forgotusername [name='forgotusername']
  7. forgotpassword [name='forgotpassword']
  8. resetpassword/<int:rid>/ [name='resetpassword']
  9. resetpassword [name='resetpassword']
  10. login [name='login']
  11. login_get [name='login_get']
  12. logout [name='logout']
  13. student/student-information/<int:tabid>/ [name='student-information']
  14. student/student-information [name='student-information']
  15. how-it-works [name='how-it-works']
  16. terms-and-conditions [name='terms-and-conditions']
  17. services [name='services']
  18. coach-list [name='coachlist']
  19. coachprofile/<pname>/ [name='coachprofile']
  20. sign_virfy [name='sign_virfy']
  21. send_talk_to_advok [name='send_talk_to_advok']
  22. careers [name='careerspage']
  23. careers-view/<int:jobid>/ [name='careerspageview']
  24. setcarrers [name='setcarrers']
  25. advokmeet/<mid>/<userid> [name='live_video']
  26. meetingdone/<mid>/<int:uid>/ [name='meetingdone']
  27. guest-signup/<guest>/ [name='guestsignup']
  28. guestsignupsave [name='guestsignupsave']
  29. student/
  30. coach/
  31. admin/
  32. api/
  33. ^media/(?P<path>.*)$

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