Page not found (404)

Request Method: GET
Request URL: http://SparcLab/static/img/research/Self_Learning_ICCAD.png.png

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

  1. admin/
  2. [name='home']
  3. [name='Home']
  4. research [name='Research']
  5. highspeedio [name='High']
  6. lowpower [name='Low']
  7. rftest [name='Rf']
  8. speciesidentification [name='Species']
  9. media [name='Media']
  10. news [name='News']
  11. awards [name='Award']
  12. team [name='Team']
  13. publications [name='Publications']
  14. teaching [name='Teach']
  15. service [name='Service']
  16. contact [name='Contact']
  17. chip [name='Chip']
  18. open [name='Open']
  19. hbc [name='Hbc']
  20. download [name='Download']

The current path, static/img/research/Self_Learning_ICCAD.png.png, didn't match any of these.

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.