Page not found (404)

No project found matching the query
Request Method: GET
Request URL: http://www.barabasilab.com/science/project/the-network-behind-the-cosmic-web
Raised by: applications.science.views.scienceDetailViews.ProjectDetail

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

  1. admin/
  2. art [name='home']
  3. art/works/NFT [name='nft']
  4. art/works/NFTs [name='nfts']
  5. art/works [name='works']
  6. art/work/<str:slug> [name='work-detail']
  7. art/exhibitions [name='exhibitions']
  8. art/exhibition/<str:slug> [name='exhibition-detail']
  9. work-autocomplete [name='work-autocomplete']
  10. exhibition-autocomplete [name='exhibition-autocomplete']
  11. science [name='home']
  12. science/publications [name='publications']
  13. science/publication/download [name='download']
  14. science/projects [name='projects']
  15. science/project/<str:slug> [name='project-detail']

The current path, science/project/the-network-behind-the-cosmic-web, 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.