Page not found (404)

Request Method: GET
Request URL: http://unleashedcomputers.com/node?page=35

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

  1. rock/
  2. [name='home']
  3. catalogue/
  4. basket/
  5. checkout/
  6. accounts/
  7. search/
  8. dashboard/
  9. offers/
  10. password-reset/ [name='password-reset']
  11. password-reset/done/ [name='password-reset-done']
  12. password-reset/confirm/<str:uidb64>/<str:token>/ [name='password-reset-confirm']
  13. password-reset/complete/ [name='password-reset-complete']
  14. ^helpdesk/
  15. ^checkout/paypal/
  16. ^serviceworker.js$
  17. ^manifest.json$
  18. page-redirect/(?P<page_promotion_id>\d+)/$ [name='page-click']
  19. keyword-redirect/(?P<keyword_promotion_id>\d+)/$ [name='keyword-click']
  20. ^$ [name='home']
  21. dashboard/promotions/

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