Page not found (404)

Aucun objet Émission trouvé en réponse à la requête
Request Method: GET
Request URL: https://radioairlibre.net/emissions/musique-alternative/
Raised by: panikweb.views.EmissionDetailView

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

  1. ^ ^assets/(?P<key>[\w_:-]+)$
  2. ^ ^manage/assets/
  3. ^ ^api/assets/set/(?P<key>[\w_:-]+)/$ [name='api-assets-set']
  4. ^ ^ajax/assets-export-size/$ [name='combo-manager-assets-export-size']
  5. ^ ^api/dashboard/add/(?P<cell_reference>[\w_-]+)/$ [name='combo-dashboard-add-tile']
  6. ^ ^api/dashboard/remove/(?P<cell_reference>[\w_-]+)/$ [name='combo-dashboard-remove-tile']
  7. ^ ^api/dashboard/auto-tile/(?P<key>[\w_-]+)/$ [name='combo-dashboard-auto-tile']
  8. ^ ^api/dashboard/reorder/(?P<dashboard_id>[\w]+)/$ [name='combo-dashboard-reorder-tiles']
  9. ^ ^api/dashboard/tile-stats/$ [name='combo-dashboard-tile-stats']
  10. ^ api/export-import/ [name='api-export-import']
  11. ^ api/export-import/bundle-check/
  12. ^ api/export-import/bundle-declare/
  13. ^ api/export-import/bundle-import/
  14. ^ api/export-import/unlink/
  15. ^ api/export-import/<slug:component_type>/ [name='api-export-import-components-list']
  16. ^ api/export-import/<slug:component_type>/<uuid:uuid>/ [name='api-export-import-component-export']
  17. ^ api/export-import/<slug:component_type>/<uuid:uuid>/dependencies/ [name='api-export-import-component-dependencies']
  18. ^ api/export-import/<slug:component_type>/<uuid:uuid>/redirect/ [name='api-export-import-component-redirect']
  19. ^ ^manage/gallery/
  20. ^ ^manage/maps/
  21. ^ ^ajax/mapcell/geojson/(?P<cell_id>\d+)/(?P<layer_slug>[\w-]+)/$ [name='mapcell-geojson']
  22. ^ ^api/notification/add/$ [name='api-notification-add']
  23. ^ ^api/notification/ack/(?P<notification_id>[\w:_-]+)/$ [name='api-notification-ack']
  24. ^ ^api/notification/forget/(?P<notification_id>[\w:_-]+)/$ [name='api-notification-forget']
  25. ^ ^api/notification/count/$ [name='api-notification-count']
  26. ^ ^manifest.json$
  27. ^ ^service-worker.js$
  28. ^ ^service-worker-registration.js$
  29. ^ ^api/pwa/push/subscribe$ [name='pwa-subscribe-push']
  30. ^ ^__pwa__/offline/$
  31. ^ ^manage/pwa/
  32. ^ ^manage/search/
  33. ^ ^ajax/search/(?P<cell_pk>\d+)/(?P<service_slug>[\w_:-]+)/$ [name='combo-search-ajax-results']
  34. [name='home']
  35. ^onair.json$ [name='onair']
  36. ^dab-service.json$
  37. ^programme/$ [name='program']
  38. ^programme/(?P<year>\d{4})/(?P<week>\d+)/$ [name='program_week']
  39. grille [name='grid']
  40. ^emissions/$ [name='emissions']
  41. ^emissions/(?P<slug>[\w,-]+)/episodes/$ [name='emissionEpisodes']
  42. ^emissions/(?P<slug>[\w,-]+)/podcasts.rss [name='emission-podcasts']
  43. ^emissions/(?P<slug>[\w,-]+)/chat/$ [name='emission-chat']
  44. ^emissions/(?P<emission_slug>[\w,-]+)/(?P<slug>[\w,-]+)/$ [name='episode-view']
  45. ^emissions/(?P<emission_slug>[\w,-]+)/(?P<episode_slug>[\w,-]+)/embed/$ [name='episode-embed-redirect-view']
  46. ^emissions/(?P<emission_slug>[\w,-]+)/(?P<episode_slug>[\w,-]+)/embed/(?P<pk>\d+)/$ [name='soundfile-embed-view']
  47. ^emissions/(?P<emission_slug>[\w,-]+)/(?P<episode_slug>[\w,-]+)/dlg-embed/(?P<pk>\d+)/$ [name='soundfile-dialog-embed-view']
  48. ^emissions/(?P<slug>[\w,-]+)/playlist/(?P<year>[0-9]{4})-(?P<month>[0-9]+)-(?P<day>[0-9]+)/$ [name='nonstop-playlist']
  49. ^emissions/(?P<slug>[\w,-]+)/$ [name='emission-view']

The current path, emissions/musique-alternative/, 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.