Page not found (404)

“/home/ubuntu/The357Company/disinfecting-solutions/selectrocide” does not exist
Request Method: GET
Request URL: https://357marketplace.com/disinfecting-solutions/selectrocide/
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='index']
  3. 357-logistics/ [name='logistics']
  4. 357-hemp-logistics/ [name='hemplogistics']
  5. cannalogistics/ [name='cannalogistics']
  6. kerbsyde [name='kerbsyde']
  7. team/ [name='team']
  8. inthenews/ [name='inthenews']
  9. podsandpubs/ [name='podsandpubs']
  10. catch [name='catch']
  11. bio [name='bio']
  12. 357-marketplace/ [name='marketplace']
  13. quote/ [name='quote']
  14. learnmore/ [name='learnmore']
  15. checkout/ [name='checkout']
  16. blog/ [name='blog']
  17. blog/<pk> [name='blogdetail']
  18. faq/ [name='categorylist']
  19. faqlist/ [name='faqlist']
  20. faq/<pk> [name='faqdetail']
  21. faqresults/ [name='faqresults']
  22. ^(?P<path>.*)$

The current path, disinfecting-solutions/selectrocide/, matched the last one.

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.