Page not found (404)

Request Method: GET
Request URL: https://digimart.us/contentmarketing/

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

  1. admin/
  2. [name='home']
  3. article/ [name='article']
  4. articledetail/<int:pk> [name='articledetail']
  5. product-detail/ [name='product-detail']
  6. cart/ [name='add-to-cart']
  7. contact/ [name='contact']
  8. buy/ [name='buy-now']
  9. profile/ [name='profile']
  10. address/ [name='address']
  11. orders/ [name='orders']
  12. changepassword/ [name='changepassword']
  13. mobile/ [name='mobile']
  14. login/ [name='login']
  15. registration/ [name='customerregistration']
  16. checkout/ [name='checkout']
  17. servicesDetails/ [name='servicesDetails']
  18. webdesign/ [name='webdesign']
  19. contentmarket/ [name='contentmarket']
  20. seo/ [name='seo']
  21. graphicsdesign/ [name='graphicsdesign']
  22. ppcmanagement/ [name='ppcmanagement']
  23. socialmediamarketing/ [name='socialmediamarketing']
  24. aboutus/ [name='aboutus']
  25. ourservices/ [name='ourservices']
  26. ourprojects/ [name='ourprojects']
  27. blog/ [name='blog']
  28. contactus/ [name='contactus']
  29. ^media/(?P<path>.*)$

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