Page not found (404)

Request Method: GET
Request URL: https://fmcguae.com/listing/update_listing/Afro%20Asian%20Foodstuff%20LLC/

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

  1. admin/
  2. adminpanel/
  3. [name='home']
  4. about/ [name='about']
  5. events/ [name='events']
  6. insights/ [name='insights']
  7. insights/<slug:slug> [name='view_insights']
  8. contact/ [name='contact']
  9. maintaince [name='maintaince']
  10. list-your-company/ [name='list_your_company']
  11. advertise-with-us/ [name='advertise_with_us']
  12. category/<slug:slug>/ [name='category_listing']
  13. company/<slug:slug>/ [name='advertise_listing_details']
  14. search/ [name='search_results']
  15. keywords/<slug:slug>/ [name='search_keywords']
  16. brands/<slug:slug>/ [name='search_brands']
  17. update/<slug:slug>/ [name='update_listing']
  18. find-product/ [name='find_product']
  19. search_banner_func/ [name='search_banner_func']
  20. directory/ [name='directory']
  21. ads/
  22. ^taggit/
  23. sitemap-advertise.xml [name='advertise_sitemap']
  24. sitemap-category.xml [name='category_sitemap']
  25. sitemap-brands.xml [name='brands_sitemap']
  26. sitemap-keywords.xml [name='keywords_sitemap']
  27. sitemap-others.xml [name='other_pages_sitemap']
  28. robots.txt
  29. ^media/(?P<path>.*)$

The current path, listing/update_listing/Afro Asian Foodstuff LLC/, 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.