Page not found (404)

Request Method: GET
Request URL: http://www.numdam.org/volume/CM_1984__53/
Raised by: ptf.views.VolumeDetailView

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

  1. [name='home']
  2. oai/ [name='oai-server']
  3. i18n/
  4. help/ [name='help']
  5. set-formula-display/ [name='set_formula_display']
  6. ^robots\.txt$
  7. rss/ [name='syndication-feed']
  8. actas/ [name='actas']
  9. actas/<path:jid>/ [name='acta-issues']
  10. ^authors/*$ [name='authors']
  11. authors/<path:query>/ [name='pretty_authors']
  12. articles/<path:aid>/citations/ [name='article-citations']
  13. ^articles/(?P<lang>[a-z]{2})/(?P<aid>.+)/$ [name='article-lang']
  14. articles/<path:aid>/ [name='article']
  15. books/ [name='books']
  16. books/<path:aid>/citations/ [name='book-citations']
  17. books/<path:pid>/ [name='book-toc']
  18. book-part/<path:aid>/ [name='book-part']
  19. issues/<path:pid>/ [name='issue-items']
  20. latest_issue/ [name='latest_issue']
  21. item/ [name='item']
  22. item/<path:pid>/ [name='item_id']
  23. journals/ [name='journals']
  24. journals/<path:jid>/ [name='journal-issues']
  25. search/<path:query>/ [name='pretty_search']
  26. ^search/?$ [name='search']
  27. ^series/*$ [name='book-series']
  28. series/<path:query>/ [name='pretty-series']
  29. ^lectures/*$ [name='lectures']
  30. lectures/<path:query>/ [name='pretty-lectures']
  31. ^thesis/*$ [name='thesis']
  32. thesis/<path:query>/ [name='pretty_thesis']
  33. volume/<path:vid>/ [name='volume-items']

The current path, volume/CM_1984__53/, 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.