Page not found (404)

Request Method: GET
Request URL: https://lifeideology.com/package/staff-nurse-nursing-officer-2/

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

  1. liapi/v1/
  2. ckeditor/
  3. li/
  4. category/news/<str:slug>/ [name='cat-news-list']
  5. ckeditor/
  6. blog/<str:slug>/ [name='blog-details']
  7. news/<str:slug>/ [name='news_detail']
  8. category/<str:slug>/ [name='cat-blog-list']
  9. tag/<str:slug>/ [name='post-by-tag']
  10. blog/author/ [name='author']
  11. search/ [name='search-data']
  12. like/ [name='post-likes']
  13. news/ [name='news']
  14. subscribe/user/ [name='subscribe']
  15. about/ [name='about']
  16. contact/ [name='contact']
  17. [name='index']
  18. category/ [name='cat']
  19. blog/ [name='index']
  20. story-detail/<str:slug>/ [name='story-detail']
  21. share-with-li/<str:slug> [name='story-detail1']
  22. share-with-li/ [name='share-with-li']
  23. self-assessment/ [name='poll']
  24. all-stories/ [name='all-stories']
  25. doctor/
  26. ^media/(?P<path>.*)$

The current path, package/staff-nurse-nursing-officer-2/, 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.