Page not found (404)

Request Method: GET
Request URL: http://fortis-nk.ru/basket/

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

  1. ^admin/
  2. ^ ^$ [name='main']
  3. ^ ^catalog/$ [name='catalog']
  4. ^ ^item/(?P<pk>\d+)/$ [name='item-detail']
  5. ^ ^catalog/(?P<path>.*) [name='categories']
  6. ^ ^search/$ [name='search']
  7. ^ ^cheaper/$ [name='cheaper_form_page']
  8. ^ ^oneclickbuy/$ [name='oneclickbuy_form_page']
  9. ^sync/
  10. ^shopping/
  11. ^section/
  12. ^contacts/ [name='contacts']
  13. ^services/ [name='services']
  14. ^tinymce/
  15. ^media\/(?P<path>.*)$

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