Page not found (404)

Request Method: GET
Request URL: https://www.myadrenalin.com/DATA/video_thumbnails/gramavidiyal.jpg

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

  1. ^admin/
  2. ^robots.txt$
  3. ^sitemap.xml$
  4. ^india/eDM/(?P<path>.*)$
  5. ^Middle-East/eDM/(?P<path>.*)$
  6. ^Asia-Pacific/Landing-Page/(?P<path>.*)$
  7. ^india/Landing-Page/(?P<path>.*)$
  8. ^Middle-East/Landing-Page/(?P<path>.*)$
  9. ^site_media/(?P<path>.*)$
  10. ^static/admin/(?P<path>.*)$
  11. ^$ [name='home']
  12. ^solutions/$ [name='solutions']
  13. ^solutions/(?P<solution_type>[\w\-]+)/$ [name='solutions']
  14. ^about/$ [name='about']
  15. ^adrenalin-history/$ [name='adrenalin_history']
  16. ^team/$ [name='team']
  17. ^partners/$ [name='partners']
  18. ^industry-achievements/$ [name='industry_achievements']
  19. ^why-adrenalin/$ [name='why_adrenalin']
  20. ^resources/$ [name='resources']
  21. ^resources/(?P<resource_slug>[\w\-]+)/$ [name='resource_detail']
  22. ^customers/$ [name='customers']
  23. ^news-events/$ [name='news_events_home']
  24. ^careers/$ [name='careers']
  25. ^contact/$ [name='contact']
  26. ^privacy/$ [name='privacy']
  27. ^termsofuse/$ [name='termsofuse']
  28. ^enquiry/request/$ [name='enquiry_request']
  29. ^enquiry/request/confirmation/$ [name='enquiry_request_confirmation']
  30. ^resource/download-handler/(?P<confirmation_code>[\w\-]+)/$ [name='resource_request_handler']
  31. ^resource/download-confirmation/$ [name='resource_request_confirmation']
  32. ^resource/download/$ [name='resource_download']
  33. ^update/country/$ [name='update_session_country']
  34. ^campaign/enquiry/save/$ [name='campaign_enquiry_save']
  35. ^adrenalin-cloud-hr/$ [name='adrenalin_cloud_hr']
  36. ^corporate-social-responsibility/$ [name='corporate_social_responsibility']
  37. ^sitemap/$ [name='sitemap']
  38. ^chatbot/$ [name='chatbot']
  39. ^(?P<page_type>[\w\-]+)/(?P<news_event_slug>[\w\-]+)/$ [name='news_events_detail']

The current URL, DATA/video_thumbnails/gramavidiyal.jpg, 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.