Page not found (404)

Request Method: GET
Request URL: http://iupred2a.elte.hu/iupred2a/

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

  1. [name='index']
  2. plot_new [name='plot_new']
  3. privacy_notice [name='privacy_notice']
  4. raw?<session> [name='raw']
  5. raw_json?<session> [name='raw_json']
  6. help_new [name='help_new']
  7. new_features_new [name='new_features_new']
  8. statistics_new [name='statistics_new']
  9. links_new [name='links_new']
  10. download_new [name='download_new']
  11. dl_mail_sender [name='dl_mail_sender']
  12. license_new [name='license_new']
  13. examples_new [name='examples_new']
  14. changelog_new [name='changelog_new']
  15. plot_api [name='plot_api']
  16. iupred2a/<accession> [name='iupred2_rest']
  17. iupred2a/<iup_type>/<accession> [name='iupred2_rest']
  18. stats_login [name='stats_login']
  19. stats [name='stats']
  20. stats/<file_to_open> [name='stats']
  21. index_old [name='index_old']
  22. plot [name='plot']
  23. help [name='help']
  24. new_features [name='new_features']
  25. statistics [name='statistics']
  26. links [name='links']
  27. download [name='download']
  28. license [name='license']
  29. examples [name='examples']
  30. changelog [name='changelog']
  31. sample1.html [name='sample1']
  32. sample2.html [name='sample2']
  33. ^static/(?P<path>.*)$

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