Page not found (404)

Request Method: GET
Request URL: https://onionlayers.ca/category/provincial-nomination-program/nomination-news/

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

  1. admin/
  2. [name='home-page']
  3. blog/ [name='blog-page']
  4. contact/ [name='contact-view']
  5. appointment/ [name='appointment-view']
  6. about/ [name='about-view']
  7. privacy/ [name='privacy-view']
  8. appointment/api/ [name='appointment-api-ready']
  9. assessment/api/ [name='client-assessment-api']
  10. check/available/time/api/ [name='available-hours']
  11. service/<str:slug>/ [name='service-list']
  12. <str:slug>/ [name='service-details']
  13. <str:slug>/assessment/ [name='client-details']
  14. faq/<str:slug>/all/ [name='service-details-faq']
  15. blog/<str:slug>/ [name='blog-single']
  16. client/assessment/<str:token>/ [name='client-assessment']
  17. summernote/
  18. ^media/(?P<path>.*)$

The current path, category/provincial-nomination-program/nomination-news/, 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.