Page not found (404)

Request Method: GET
Request URL: https://sov-notarius.ru/cssorder/

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

  1. admin/
  2. ^$ [name='main']
  3. ^contacts/$ [name='contacts']
  4. ^notarius/$ [name='notarius']
  5. ^sovlicence/$ [name='sov_license']
  6. ^sovorder/$ [name='sov_order']
  7. ^sonlicence/$ [name='son_license']
  8. ^sonorder/$ [name='son_order']
  9. ^robots.txt$ [name='robots']
  10. record/
  11. control/

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