Page not found (404)

Request Method: GET
Request URL: https://www.treefabric.eu/meble/stoly/

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

  1. i18n/
  2. pages/
  3. [name='home']
  4. catalogue/
  5. basket/
  6. checkout/
  7. accounts/
  8. search/
  9. dashboard/
  10. offers/
  11. password-reset/ [name='password-reset']
  12. password-reset/done/ [name='password-reset-done']
  13. password-reset/confirm/<str:uidb64>/<str:token>/ [name='password-reset-confirm']
  14. password-reset/complete/ [name='password-reset-complete']
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$
  17. admin/

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