Page not found (404)

Request Method: GET
Request URL: https://biocomp.uenf.br/convert_mol2_to_pdbqt/

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

  1. [name='index']
  2. automodel [name='automodel']
  3. automodel_client_download [name='automodel_client_download']
  4. automodel_server_download [name='automodel_server_download']
  5. automodel_tutorial [name='automodel_tutorial']
  6. biocomp_virtual_lab [name='biocomp_virtual_lab']
  7. ^static/(?P<path>.*)$

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