Page not found (404)

Request Method: GET
Request URL: http://www.aromaterapija.co.rs/en/aromaterapija/etericna-ulja.html

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

  1. admin/
  2. [name='homepage']
  3. o-nama/ [name='about']
  4. kontakt/ [name='contact']
  5. utisci/ [name='reviews']
  6. webshop/ [name='webshop']
  7. accounts/
  8. dashboard/
  9. blog/
  10. kursevi/
  11. ckeditor/
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

The current path, en/aromaterapija/etericna-ulja.html, 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.