Page not found (404)

Request Method: GET
Request URL: http://geomagnet.ru/about_us.html

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

  1. ^admin/
  2. main/
  3. calc/
  4. m2 [name='main2']
  5. points
  6. weimer/
  7. weimer_api/
  8. ^$ [name='index']
  9. geomagnetic_calculator.html [name='old']

The current path, about_us.html, 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.