Page not found (404)

Request Method: GET
Request URL: http://www.pdfcake.com/content/?639.html

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

  1. admin/
  2. login [name='login_page']
  3. register [name='login_page']
  4. [name='index']
  5. logout [name='log_out']
  6. upload [name='upload']
  7. delete_document [name='delete_document']
  8. chatpage [name='chatpage']
  9. delete_history [name='delete_history']
  10. chat [name='chat']
  11. settings [name='setting']
  12. faq [name='faq']
  13. document/<int:document_id> [name='document']
  14. documents [name='documents']
  15. pricing [name='pricing']
  16. webhook [name='webhook']
  17. google_login [name='google_login']
  18. verify/<str:token> [name='verify_email']
  19. resend_mail [name='resend_mail']
  20. faq [name='faq']
  21. about [name='about']
  22. contact [name='contact']
  23. blog [name='blog']
  24. blog/<int:post_id> [name='post']
  25. summernote/
  26. ^media/(?P<path>.*)$
  27. ^media/(?P<path>.*)$

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