Page not found (404)

Request Method: GET
Request URL: http://www.thepeoplespantryto.com/signup?next=/volunteers/delivery-application

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

  1. [name='index']
  2. media [name='media']
  3. about [name='about']
  4. recipes [name='recipes']
  5. community-cookbook
  6. logo [name='logo']
  7. community-cookbook-pdf [name='community_cookbook_pdf']
  8. links/community-cookbook-order [name='community_cookbook_order']
  9. links/groceries [name='grocery_request_form']
  10. links/facebook [name='facebook']
  11. links/instagram [name='instagram']
  12. links/twitter [name='twitter']
  13. links/tiktok [name='tiktok']
  14. links/sister-initiative [name='sister_initiative']
  15. links/sister-initiative-volunteers [name='sister_initiative_volunteers']
  16. links/donate [name='donate']
  17. links/sponsor [name='sponsor']
  18. links/shop [name='shop']
  19. links/cooking-guide [name='cooking_guide']
  20. links/cooking-quick-guide [name='cooking_quick_guide']
  21. links/cooking-onboarding [name='cooking_onboarding']
  22. links/delivery-guide [name='delivery_guide']
  23. links/reimbursement [name='reimbursement']
  24. links/code-of-conduct [name='code_of_conduct']
  25. links/essential-service-letter [name='essential_service_letter']
  26. links/logistics-teams-descriptions [name='logistics_teams_descriptions']
  27. links/caremongering-to [name='caremongering_to']
  28. links/halal-resource [name='halal_resource']
  29. links/unity-kitchen [name='unity_kitchen']
  30. links/anti-racism [name='anti_racism']

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