Page not found (404)

Request Method: GET
Request URL: http://tipsbaba.com/hair-growth-tips-for-woman/

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

  1. admin/
  2. register/ [name='register']
  3. profile/ [name='profile']
  4. login/ [name='login']
  5. logout/ [name='logout']
  6. [name='resume-home']
  7. post/<int:pk>/ [name='post-detail']
  8. about/ [name='resume-about']
  9. tools/ [name='resume-tools']
  10. upload/ [name='upload_pdf']
  11. keyword/ [name='upload_keyword']

The current path, hair-growth-tips-for-woman/, 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.