Page not found (404)

Request Method: GET
Request URL: http://www.youdot.in/services/digital-marketing-services.php

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

  1. api/v1/
  2. ^_admin/
  3. ^$ [name='home']
  4. ^data_upload/$ [name='home']
  5. ^uploads/(.*)$
  6. ^static/(.*)$

The current path, services/digital-marketing-services.php, 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.