Page not found (404)

Request Method: GET
Request URL: http://www.numdam.org/article/AIF_2019__69_6_2577_0.djvu
Raised by: ptf.views.get_binary_file

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']
  34. volume_general/<path:vid>/ [name='volume-general-items']
  35. proceedings/ [name='proceedings']
  36. proceedings/<path:jid>/ [name='proceeding-issues']
  37. ^issue/(?P<binary_file_type>.+)/(?P<pid>[:\(\)\./\w-]+|/{0,1}?)\.(?P<extension>pdf|djvu)$ [name='issue-relatedobject-pdf']
  38. ^article/(?P<binary_file_type>[a-zA-Z]+)/(?P<pid>[:\(\)\./\w-]+|/{0,1}?)\.(?P<extension>pdf|djvu)$ [name='article-translated-pdf']
  39. ^article/(?P<pid>[:\(\)\./\w%-]+|/{0,1}?)/file/(?P<relative_path>.+)$ [name='article-binary-files']
  40. ^item/(?P<pid>[:\(\)\./\w%-]+|/{0,1}?)\.(?P<extension>pdf|djvu)$ [name='item-pdf']
  41. ^article/(?P<pid>[:\(\)\./\w-]+|/{0,1}?)\.(?P<extension>pdf|djvu)$ [name='item-pdf-solr']

The current path, article/AIF_2019__69_6_2577_0.djvu, 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.