Page not found (404)

Request Method: GET
Request URL: http://www.fullshop.com.ua/page/20/

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

  1. admin/
  2. ckeditor/
  3. callme/ [name='callme']
  4. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  5. ^media\/(?P<path>.*)$
  6. [name='index']
  7. search/ [name='search']
  8. articles/
  9. product/
  10. contacts/
  11. orders/
  12. search/ [name='search']
  13. catalog/<slug:slug>/ [name='catalog_detail']
  14. jsi18n/ [name='javascript-catalog']
  15. <slug:slug>/ [name='page_detail']

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