Page not found (404)

Request Method: GET
Request URL: http://ksn26.user.srcf.net/research/experimental/debugginganalog-output/

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

  1. admin/
  2. index.html [name='home']
  3. [name='home']
  4. register/ [name='register']
  5. login/ [name='login']
  6. profile/ [name='updateUserProfile']
  7. logout/ [name='logout']
  8. overview/ [name='overview']
  9. portfolios/ [name='portfolios']
  10. quote/ [name='quote']
  11. debug/ [name='debug']
  12. api/updateHistoricalStockPrices/<symbol>/ [name='updateHistoricalStockPrices']
  13. api/getHistoricalStockPrices/<symbol>/ [name='getHistoricalStockPrices']
  14. transaction/ [name='transaction']
  15. api/
  16. api/symbol_search/ [name='API_symbol_search']
  17. api/daily_stock_prices/ [name='API_daily_stock_prices']
  18. api-auth/
  19. ^imghij/(?P<path>.*)$

The current path, research/experimental/debugginganalog-output/, 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.