Page not found (404)

Request Method: GET
Request URL: http://a.play.ht/

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

  1. ^admin/
  2. engagement/ [name='engagement_rate']
  3. completion/ [name='completion_rate']
  4. listen-time/ [name='average_listening_time']
  5. listen-time/article/ [name='average_listening_time_per_article']
  6. <str:event>/ [name='histogram']
  7. <str:event>/article/ [name='histogram_per_article']
  8. <str:event>/count/ [name='count']
  9. <str:event>/count/article/ [name='count_per_article']

The empty path 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.