Page not found (404)

Request Method: GET
Request URL: https://www.gedexo.com/smm/

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

  1. admin/
  2. [name='index']
  3. about/ [name='about']
  4. services/ [name='service']
  5. select/<str:slug>/ [name='category_detail']
  6. service/<str:slug>/ [name='service_detail']
  7. portfolio/<str:slug>/ [name='portfolio_detail']
  8. blog/ [name='blog']
  9. read/<str:slug>/ [name='blog_detail']
  10. contact/ [name='contact']
  11. contact/service/ [name='contact_service']
  12. collab/ [name='contact_collaborate']
  13. contact/feedback/ [name='contact_feedback']
  14. privacy-policy/ [name='privacy_policy']
  15. terms-conditions/ [name='terms_conditions']
  16. cookies-policy/ [name='cookies_policy']
  17. disclaimer/ [name='disclaimer']
  18. security-policy/ [name='security_policy']
  19. careers/ [name='careers']
  20. careers/<str:slug>/ [name='careers_detail']
  21. sitemap.xml
  22. robots.txt
  23. tinymce/
  24. ^static/(?P<path>.*)$
  25. ^media/(?P<path>.*)$

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