Page not found (404)

Request Method: GET
Request URL: http://mirposud.ru/CZB100

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

  1. ^$ [name='main-content']
  2. ^payment/$ [name='payment-content']
  3. ^goods_load$ [name='goods_upload']
  4. ^opt/$ [name='opt-content']
  5. ^catalog/
  6. ^contacts/
  7. ^cart/
  8. ^export/
  9. ^favicon\.ico$
  10. ^admin/
  11. ^admin/doc/

The current URL, CZB100, 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.