Page not found (404)

No FlatPage matches the given query.
Request Method: GET
Request URL: https://opticalpodcast.com/episode_001/
Raised by: django.contrib.flatpages.views.flatpage

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

  1. [name='frontpage']
  2. cfxmag/ [name='frontpage_cfxmag']
  3. episode/ [name='episode_index']
  4. ^episode/(?P<designation>\d+)/$ [name='episode_detail']
  5. ^episode/(?P<designation>\d+)/transcript/$ [name='episode_transcript']
  6. ^cinedex/
  7. robots.txt
  8. rss/ [name='go-to-rss']
  9. ^admin/docs/
  10. ^admin/
  11. ^(?P<url>.*/)$

The current path, episode_001/, matched the last one.

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.