Page not found (404)

Request Method: GET
Request URL: http://g-fur.ru/order_form/

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

  1. ^main_media/(.*)$
  2. ^$ [name='base']
  3. ^consult$ [name='consult']
  4. ^shuba/.*?/(\d+)$ [name='shuba']
  5. ^order_form/(\d+)$ [name='order_form']
  6. ^about$
  7. ^catalog$ [name='catalog']
  8. ^otziv$ [name='otziv']
  9. ^garanty$
  10. ^dostavka-oplata$
  11. ^primerochnaia$ [name='primerochnaia']
  12. ^credit$
  13. ^contacts$
  14. ^individual$
  15. ^optom$
  16. ^meh$
  17. ^zvonok$
  18. ^admin/

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